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

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

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

revision 1065 by johnpye, Sun Jan 7 07:54:06 2007 UTC revision 1066 by johnpye, Sun Jan 7 10:02:41 2007 UTC
# Line 39  Line 39 
39  #ifndef ASC_SYMTAB_H  #ifndef ASC_SYMTAB_H
40  #define ASC_SYMTAB_H  #define ASC_SYMTAB_H
41    
42    /** addtogroup compiler Compiler
43        @{
44    */
45    
46  #include <utilities/ascConfig.h>  #include <utilities/ascConfig.h>
47    
48  #define MAXIMUM_STRING_LENGTH (2*MAXTOKENLENGTH)  #define MAXIMUM_STRING_LENGTH (2*MAXTOKENLENGTH)
# Line 120  ASC_DLLSPEC void DestroySymbolTable(void Line 124  ASC_DLLSPEC void DestroySymbolTable(void
124   *  symbol table and the symbols it contains.   *  symbol table and the symbols it contains.
125   */   */
126    
127    /* @} */
128    
129  #endif  /* ASC_SYMTAB_H */  #endif  /* ASC_SYMTAB_H */
130    

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

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