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

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

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

revision 1065 by johnpye, Thu Oct 26 10:18:53 2006 UTC revision 1066 by johnpye, Sun Jan 7 10:02:41 2007 UTC
# Line 47  Line 47 
47   *  building with -DNUMPAIRSELFTEST causes numlist to compile a simple main().   *  building with -DNUMPAIRSELFTEST causes numlist to compile a simple main().
48   */   */
49    
50  #ifndef __NUMPAIR_H_SEEN__  #ifndef ASC_NUMPAIR_H
51  #define __NUMPAIR_H_SEEN__  #define ASC_NUMPAIR_H
52    
53    /** addtogroup compiler Compiler
54        @{
55    */
56    
57  /**  /**
58   *  NUMLISTUSESPOOL == TRUE allows the list module to use pool.[ch] to   *  NUMLISTUSESPOOL == TRUE allows the list module to use pool.[ch] to
# Line 265  extern void NLPWrite(FILE *fp, Numlist_p Line 269  extern void NLPWrite(FILE *fp, Numlist_p
269  #define NLPWRITE 1  #define NLPWRITE 1
270  #endif  #endif
271    
272  #endif /* __NUMPAIR_H_SEEN__ */  /* @} */
273    
274    #endif /* ASC_NUMPAIR_H */
275    

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

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