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

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

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

revision 1063 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 __DESTROYINST_H_SEEN__  #ifndef ASC_DESTROYINST_H
42  #define __DESTROYINST_H_SEEN__  #define ASC_DESTROYINST_H
43    
44    /** addtogroup compiler Compiler
45        @{
46    */
47    
48  ASC_DLLSPEC void DestroyInstance(struct Instance *inst, struct Instance *parent);  ASC_DLLSPEC void DestroyInstance(struct Instance *inst, struct Instance *parent);
49  /**<  /**<
# Line 56  ASC_DLLSPEC void DestroyInstance(struct Line 60  ASC_DLLSPEC void DestroyInstance(struct
60   *  struct Instance *inst,*parent;   *  struct Instance *inst,*parent;
61   */   */
62    
63  #endif  /* __DESTROYINST_H_SEEN__ */  /* @} */
64    
65    #endif  /* ASC_DESTROYINST_H */
66    

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

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