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

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

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

revision 411 by ben.allan, Sun Apr 2 07:05:54 2006 UTC revision 1066 by johnpye, Sun Jan 7 10:02:41 2007 UTC
# Line 37  Line 37 
37   *  </pre>   *  </pre>
38   */   */
39    
40  #ifndef __PROCIO_H_SEEN__  #ifndef ASC_PROCIO_H
41  #define __PROCIO_H_SEEN__  #define ASC_PROCIO_H
42    
43    /** addtogroup compiler Compiler
44        @{
45    */
46    
47  /** Codes for old-style external call messaging. */  /** Codes for old-style external call messaging. */
48  enum ProcExtError {  enum ProcExtError {
# Line 146  extern void WriteProcedureLine(FILE *fp, Line 150  extern void WriteProcedureLine(FILE *fp,
150                                 struct gl_list_t *initstack,                                 struct gl_list_t *initstack,
151                                 CONST char *str);                                 CONST char *str);
152    
153  #endif  /* __PROCIO_H_SEEN__ */  /* @} */
154    
155    #endif  /* ASC_PROCIO_H */
156    

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

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