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

Diff of /trunk/base/generic/compiler/parpend.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 41  Line 41 
41   *        In the meanwhile...   *        In the meanwhile...
42   */   */
43    
44  #ifndef __PARPEND_H_SEEN__  #ifndef ASC_PARPEND_H
45  #define __PARPEND_H_SEEN__  #define ASC_PARPEND_H
46    
47    /** addtogroup compiler Compiler
48        @{
49    */
50    
51  enum ppstatus {  enum ppstatus {
52    pp_ERR =0,    pp_ERR =0,
# Line 84  extern void ppe_destroy_pool(void); Line 88  extern void ppe_destroy_pool(void);
88  /** Write the pool report to ASCERR for the ppe pool. */  /** Write the pool report to ASCERR for the ppe pool. */
89  extern void ppe_report_pool(void);  extern void ppe_report_pool(void);
90    
91  #endif /* __PARPEND_H_SEEN__ */  /* @} */
92    
93    #endif /* ASC_PARPEND_H */
94    

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

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