swig/Source/CParse
Haoyu Bai 6d2aef67d9 Replaced all [const] String_or_char * to const_String_or_char_ptr, by the following command:
sed -i "s/\(const \)\?String_or_char \*/const_String_or_char_ptr /g" CParse/* Include/* Modules/* Preprocessor/* Swig/*

This is a preparation for moving to new DOH, since for strong typed objects we need the const_String_or_char_ptr class to implicit convert to and from String * or const char *.



git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11080 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2009-01-24 13:15:51 +00:00
..
cparse.h Replaced all [const] String_or_char * to const_String_or_char_ptr, by the following command: 2009-01-24 13:15:51 +00:00
cscanner.c Replaced all [const] String_or_char * to const_String_or_char_ptr, by the following command: 2009-01-24 13:15:51 +00:00
parser.y Replaced all [const] String_or_char * to const_String_or_char_ptr, by the following command: 2009-01-24 13:15:51 +00:00
templ.c fix potential null pointer usage as reported by Coverity Prevent 2008-06-29 00:50:27 +00:00
util.c Eliminated use of swigkeys.h/.c files. 2007-01-03 20:58:19 +00:00