[lasem/lasem-0-4] const



commit 39a3c7684840a04de110a2925100f80206b0d453
Author: J.H.M. Dassen (Ray) <jdassen debian org>
Date:   Tue Jan 1 20:56:50 2013 +0100

    const

 itex2mml/itex2MML.y |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/itex2mml/itex2MML.y b/itex2mml/itex2MML.y
index 6dac97e..a0c3ac5 100644
--- a/itex2mml/itex2MML.y
+++ b/itex2mml/itex2MML.y
@@ -27,7 +27,7 @@
 
  void (*itex2MML_error) (const char * msg) = itex2MML_default_error;
 
- static void yyerror (char * s)
+ static void yyerror (const char * s)
    {
      char * msg = itex2MML_copy3 (s, " at token ", yytext);
      if (itex2MML_error)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]