|
From: Jose M. <ho...@us...> - 2005-06-22 22:53:04
|
Update of /cvsroot/ganc/ganc/src/include In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5536/src/include Modified Files: functions.h Log Message: Added stuff to detect and use the "decimal character" of the current locale Index: functions.h =================================================================== RCS file: /cvsroot/ganc/ganc/src/include/functions.h,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** functions.h 2 Dec 2004 20:29:55 -0000 1.13 --- functions.h 22 Jun 2005 22:52:42 -0000 1.14 *************** *** 58,61 **** --- 58,62 ---- // parser_stuff.c + void GetDecimalPoint (void); int ParseTypedExpression (char *text); void PopErrorDialog (char *s); |