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

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

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

revision 11 by aw0a, Sat Nov 13 16:45:56 2004 UTC revision 33 by ben.allan, Sun Dec 26 20:06:01 2004 UTC
# Line 1  Line 1 
1  /*  /**<
2   *  Set Instance Output Routine   *  Set Instance Output Routine
3   *  by Tom Epperly   *  by Tom Epperly
4   *  Created: 2/15/90   *  Created: 2/15/90
# Line 26  Line 26 
26   *  Mass Ave, Cambridge, MA 02139 USA.  Check the file named COPYING.   *  Mass Ave, Cambridge, MA 02139 USA.  Check the file named COPYING.
27   */   */
28    
29  /*  /**<
30   *  When #including setinst_io.h, make sure these files are #included first:   *  When #including setinst_io.h, make sure these files are #included first:
31   *         #include "compiler.h"   *         #include "compiler.h"
32   *         #include "setinstval.h"   *         #include "setinstval.h"
# Line 35  Line 35 
35    
36  #ifndef __SETINST_IO_H_SEEN__  #ifndef __SETINST_IO_H_SEEN__
37  #define __SETINST_IO_H_SEEN__  #define __SETINST_IO_H_SEEN__
38  /* requires  /**< requires
39  # #include<stdio.h>  # #include<stdio.h>
40  # #include"compiler.h"  # #include"compiler.h"
41  # #include"setinstval.h"  # #include"setinstval.h"
42  */  */
43    
44  extern void WriteInstSet(FILE *,CONST struct set_t *);  extern void WriteInstSet(FILE *,CONST struct set_t *);
45  /*  /**<
46   *  void WriteInstSet(f,s)   *  void WriteInstSet(f,s)
47   *  FILE *f;   *  FILE *f;
48   *  const struct set_t *s;   *  const struct set_t *s;
49   */   */
50  #endif /* __SETINST_IO_H_SEEN__ */  #endif /**< __SETINST_IO_H_SEEN__ */

Legend:
Removed from v.11  
changed lines
  Added in v.33

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