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

Diff of /trunk/base/generic/compiler/mergeinst.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 36  Line 36 
36   *  </pre>   *  </pre>
37   */   */
38    
39  #ifndef __MERGEINST_H_SEEN__  #ifndef ASC_MERGEINST_H
40  #define __MERGEINST_H_SEEN__  #define ASC_MERGEINST_H
41    
42    /** addtogroup compiler Compiler
43        @{
44    */
45    
46  ASC_DLLSPEC struct Instance *MergeInstances(struct Instance *i1, struct Instance *i2);  ASC_DLLSPEC struct Instance *MergeInstances(struct Instance *i1, struct Instance *i2);
47  /**<  /**<
# Line 80  ASC_DLLSPEC void MergeCliques(struct Ins Line 84  ASC_DLLSPEC void MergeCliques(struct Ins
84   *  It doesn't matter if i1 and i2 are already in the same clique.   *  It doesn't matter if i1 and i2 are already in the same clique.
85   */   */
86    
87  #endif  /* __MERGEINST_H_SEEN__ */  /* @} */
88    
89    #endif  /* ASC_MERGEINST_H */
90    

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

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