/[ascend]/trunk/base/generic/compiler/scanner.h
ViewVC logotype

Diff of /trunk/base/generic/compiler/scanner.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1065 by johnpye, Wed Jun 14 06:20:50 2006 UTC revision 1066 by johnpye, Sun Jan 7 10:02:41 2007 UTC
# Line 35  Line 35 
35  #ifndef ASC_SCANNER_H  #ifndef ASC_SCANNER_H
36  #define ASC_SCANNER_H  #define ASC_SCANNER_H
37    
38    /** addtogroup compiler Compiler
39        @{
40    */
41    
42  #define YY_MAXLEN MAXTOKENLENGTH  #define YY_MAXLEN MAXTOKENLENGTH
43  /**<  /**<
44   * Maximum token size(in characters).   * Maximum token size(in characters).
# Line 111  extern void Asc_DestroyScannerInputBuffe Line 115  extern void Asc_DestroyScannerInputBuffe
115   * startup. Call this only at the final shutdown of the scanner.   * startup. Call this only at the final shutdown of the scanner.
116   */   */
117    
118    /* @} */
119    
120  #endif /* ASC_SCANNER_H */  #endif /* ASC_SCANNER_H */
121    

Legend:
Removed from v.1065  
changed lines
  Added in v.1066

john.pye@anu.edu.au
ViewVC Help
Powered by ViewVC 1.1.22