/[antiright]/antiright/src/arshell/interface_file.c
ViewVC logotype

Diff of /antiright/src/arshell/interface_file.c

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

revision 1.3 by jefbed, Sat Nov 6 22:52:12 2004 UTC revision 1.4 by jefbed, Fri Jan 21 22:36:35 2005 UTC
# Line 23  Line 23 
23  #include "arshell.h"  #include "arshell.h"
24  #ifdef HAVE_YACLIB  #ifdef HAVE_YACLIB
25  #include <yaclib/yaclib.h>  #include <yaclib/yaclib.h>
26    
27  void  void
28  arshell_interface_system_cb(Widget widget, XtPointer client_data,  arshell_interface_system_cb(Widget widget, XtPointer client_data,
29                              XtPointer call_data)                              XtPointer call_data)
# Line 133  void Line 134  void
134  arshell_parse_interface_file(char *filename)  arshell_parse_interface_file(char *filename)
135  {  {
136    /*  char *a="one", *b="two", *c="three";*/    /*  char *a="one", *b="two", *c="three";*/
137    yacl_list *grammar=(yacl_list *)malloc(sizeof(yacl_list));    yacl_list *grammar=(yacl_list *)xmalloc(sizeof(yacl_list));
138    struct yaclib_parse_rule rule;    struct yaclib_parse_rule rule;
139    L_INIT_PTR(grammar);    L_INIT_PTR(grammar);
140    

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26