 
	
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] sxpr_parser.c:
 ChangeSet 1.1404, 2005/05/13 19:21:30+01:00, smh22@xxxxxxxxxxxxxxxxxxxx
        sxpr_parser.c:
          fix build
 sxpr_parser.c |    5 +++++
 1 files changed, 5 insertions(+)
diff -Nru a/tools/libxutil/sxpr_parser.c b/tools/libxutil/sxpr_parser.c
--- a/tools/libxutil/sxpr_parser.c      2005-05-13 16:07:45 -04:00
+++ b/tools/libxutil/sxpr_parser.c      2005-05-13 16:07:45 -04:00
@@ -56,6 +56,7 @@
 static int state_start(Parser *p, char c);
 static int begin_start(Parser *p, char c);
 
+#if 0
 /** Print a parse error.
  *
  * @param in parser
@@ -83,6 +84,8 @@
         va_end(args);
     }
 }
+#endif
+
 
 
/*============================================================================*/
 
@@ -134,6 +137,7 @@
     return "";
 }
 
+#if 0
 /** Get the line number.
  *
  * @param in parser
@@ -149,6 +153,7 @@
 static int get_column(Parser *in){
     return in->char_no;
 }
+#endif
 
 /** Get the line number the current token started on.
  *
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
 | 
|  | Lists.xenproject.org is hosted with RackSpace, monitoring our |