dotgnu-pnet-commits
[Top][All Lists]
Advanced

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

[dotgnu-pnet-commits] pnet/ilasm ilasm_build.h ilasm_build.c


From: Klaus Treichel
Subject: [dotgnu-pnet-commits] pnet/ilasm ilasm_build.h ilasm_build.c
Date: Sat, 05 May 2007 18:15:17 +0000

CVSROOT:        /cvsroot/dotgnu-pnet
Module name:    pnet
Changes by:     Klaus Treichel <ktreichel>      07/05/05 18:15:17

Modified files:
        ilasm          : ilasm_build.h ilasm_build.c 

Log message:
        Got two more warnings.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/pnet/ilasm/ilasm_build.h?cvsroot=dotgnu-pnet&r1=1.12&r2=1.13
http://cvs.savannah.gnu.org/viewcvs/pnet/ilasm/ilasm_build.c?cvsroot=dotgnu-pnet&r1=1.25&r2=1.26

Patches:
Index: ilasm_build.h
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/ilasm/ilasm_build.h,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -b -r1.12 -r1.13
--- ilasm_build.h       5 May 2007 15:56:42 -0000       1.12
+++ ilasm_build.h       5 May 2007 18:15:17 -0000       1.13
@@ -93,7 +93,7 @@
  * Debug information.
  */
 extern int ILAsmDebugMode;
-extern char *ILAsmDebugLastFile;
+extern const char *ILAsmDebugLastFile;
 
 /*
  * Name of the standard library.

Index: ilasm_build.c
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/ilasm/ilasm_build.c,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -b -r1.25 -r1.26
--- ilasm_build.c       5 May 2007 15:56:42 -0000       1.25
+++ ilasm_build.c       5 May 2007 18:15:17 -0000       1.26
@@ -51,7 +51,7 @@
 ILAssembly *ILAsmCurrAssemblyRef;
 ILClass *ILAsmModuleClass;
 int ILAsmDebugMode;
-char *ILAsmDebugLastFile = "";
+const char *ILAsmDebugLastFile = "";
 char *ILAsmLibraryName = "mscorlib";
 
 /*




reply via email to

[Prev in Thread] Current Thread [Next in Thread]