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

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

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

revision 1065 by jds, Tue Aug 2 11:20:09 2005 UTC revision 1066 by johnpye, Sun Jan 7 10:02:41 2007 UTC
# Line 40  Line 40 
40   *  </pre>   *  </pre>
41   */   */
42    
43  #ifndef __ATOMSIZE_H_SEEN__  #ifndef ASC_ATOMSIZE_H
44  #define __ATOMSIZE_H_SEEN__  #define ASC_ATOMSIZE_H
45    
46    /** addtogroup compiler Compiler
47        @{
48    */
49    
50  extern unsigned long ConstantByteLength(enum inst_t it);  extern unsigned long ConstantByteLength(enum inst_t it);
51  /**<  /**<
# Line 120  extern unsigned long LogRelAtomByteLengt Line 124  extern unsigned long LogRelAtomByteLengt
124   *  routine will calculate the number of bytes needed for the instance.   *  routine will calculate the number of bytes needed for the instance.
125   */   */
126    
127  #endif  /* __ATOMSIZE_H_SEEN__ */  /* @} */
128    
129    #endif  /* ASC_ATOMSIZE_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