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

Diff of /trunk/base/generic/compiler/dimen_io.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 38  Line 38 
38   *  </pre>   *  </pre>
39   */   */
40    
41  #ifndef __DIMEN_IO_H_SEEN__  #ifndef ASC_DIMEN_IO_H
42  #define __DIMEN_IO_H_SEEN__  #define ASC_DIMEN_IO_H
43    
44    /** addtogroup compiler Compiler
45        @{
46    */
47    
48  /**  /**
49   * Write the human readable and parser edible string form of the   * Write the human readable and parser edible string form of the
# Line 53  ASC_DLLSPEC char *WriteDimensionString(C Line 57  ASC_DLLSPEC char *WriteDimensionString(C
57   */   */
58  extern void WriteDimensions(FILE *f, CONST dim_type *dimp);  extern void WriteDimensions(FILE *f, CONST dim_type *dimp);
59    
60  #endif /* __DIMEN_IO_H_SEEN__ */  /* @} */
61    
62    #endif /* ASC_DIMEN_IO_H */
63    

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

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