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

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

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

revision 978 by johnpye, Wed Dec 20 10:26:04 2006 UTC revision 1066 by johnpye, Sun Jan 7 10:02:41 2007 UTC
# Line 35  Line 35 
35  #ifndef ASC_EXPRIO_H  #ifndef ASC_EXPRIO_H
36  #define ASC_EXPRIO_H  #define ASC_EXPRIO_H
37    
38    /** addtogroup compiler Compiler
39        @{
40    */
41    
42  extern CONST char *ExprEnumName(CONST enum Expr_enum t);  extern CONST char *ExprEnumName(CONST enum Expr_enum t);
43  /**<  /**<
44      Returns a pointer to a string containing the name of the Expr term      Returns a pointer to a string containing the name of the Expr term
# Line 66  extern void WriteExpr2Str(Asc_DString *d Line 70  extern void WriteExpr2Str(Asc_DString *d
70      @NOTE The return is in POSTFIX format.      @NOTE The return is in POSTFIX format.
71  */  */
72    
73    /* @} */
74    
75  #endif /* ASC_EXPRIO_H */  #endif /* ASC_EXPRIO_H */
76    

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

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