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

Diff of /trunk/base/generic/compiler/braced.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 40  Line 40 
40  #ifndef ASC_BRACED_H  #ifndef ASC_BRACED_H
41  #define ASC_BRACED_H  #define ASC_BRACED_H
42    
43    /** addtogroup compiler Compiler
44        @{
45    */
46    
47  #include <utilities/ascConfig.h>  #include <utilities/ascConfig.h>
48  #include "compiler.h"  #include "compiler.h"
49    
# Line 88  ASC_DLLSPEC int BraceCharLen(struct brac Line 92  ASC_DLLSPEC int BraceCharLen(struct brac
92  /** Shortcut to BraceCharLen(). */  /** Shortcut to BraceCharLen(). */
93  #define BCL(sbc) BraceCharLen(sbc)  #define BCL(sbc) BraceCharLen(sbc)
94    
95    /* @} */
96    
97  #endif  /* ASC_BRACED_H */  #endif  /* ASC_BRACED_H */

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

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