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

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

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

revision 1065 by johnpye, Tue Aug 22 01:34:33 2006 UTC revision 1066 by johnpye, Sun Jan 7 10:02:41 2007 UTC
# Line 29  Line 29 
29   *  COPYING.   *  COPYING.
30   */   */
31    
32  #ifndef __INSTMACRO_H_SEEN__  #ifndef ASC_INSTMACRO_H
33  #define __INSTMACRO_H_SEEN__  #define ASC_INSTMACRO_H
34    
35    /** addtogroup compiler Compiler
36        @{
37    */
38    
39  /** @file  /** @file
40   *  Ascend Instance Tree Type Implementation Macros.   *  Ascend Instance Tree Type Implementation Macros.
# Line 183  extern int NotAtomF(struct Instance *); Line 187  extern int NotAtomF(struct Instance *);
187   *  when. that means array or MODEL.) else returns 0.   *  when. that means array or MODEL.) else returns 0.
188   */   */
189    
190  #endif  /* __INSTMACRO_H_SEEN__ */  /* @} */
191    
192    #endif  /* ASC_INSTMACRO_H */
193    

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

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