[BACK]Return to parse.h CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / asir2000 / parse

Diff for /OpenXM_contrib2/asir2000/parse/parse.h between version 1.19 and 1.20

version 1.19, 2003/05/16 07:56:16 version 1.20, 2003/05/16 09:34:49
Line 45 
Line 45 
  * DEVELOPER SHALL HAVE NO LIABILITY IN CONNECTION WITH THE USE,   * DEVELOPER SHALL HAVE NO LIABILITY IN CONNECTION WITH THE USE,
  * PERFORMANCE OR NON-PERFORMANCE OF THE SOFTWARE.   * PERFORMANCE OR NON-PERFORMANCE OF THE SOFTWARE.
  *   *
  * $OpenXM: OpenXM_contrib2/asir2000/parse/parse.h,v 1.18 2003/05/14 06:20:12 noro Exp $   * $OpenXM: OpenXM_contrib2/asir2000/parse/parse.h,v 1.19 2003/05/16 07:56:16 noro Exp $
 */  */
 # if defined(VISUAL)  # if defined(VISUAL)
 #include <time.h>  #include <time.h>
Line 109  typedef struct oVS {
Line 109  typedef struct oVS {
 typedef struct oMODULE {  typedef struct oMODULE {
         char *name;          char *name;
         VS pvs;          VS pvs;
         NODE usrf_list,proto_list;          NODE usrf_list;
 } *MODULE;  } *MODULE;
   
 typedef struct oPV {  typedef struct oPV {
Line 139  typedef struct oARF {
Line 139  typedef struct oARF {
 } *ARF;  } *ARF;
   
 typedef struct oFUNC {  typedef struct oFUNC {
         char *name;          char *name,*fullname;
         int argc;          int argc;
         int type;          int type;
         aid id;          aid id;

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>