~vcs-imports/tesseract-ocr/trunk

« back to all changes in this revision

Viewing changes to classify/extern.h

  • Committer: theraysmith
  • Date: 2007-08-30 18:32:18 UTC
  • Revision ID: svn-v4:d0cd1f9f-072b-0410-8dd7-cf729c803f20:trunk:115
Autoconf changes for 2.01

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
 ********************************************************************************
28
28
 */
29
29
 
30
 
#ifdef __cplusplus
31
 
#define EXTERN extern
32
 
#else
33
 
#define EXTERN extern
34
 
#endif
 
30
#define EXTERN extern
 
31
 
35
32
#endif