Changeset 217 for branches/branch-1.2/zoo-kernel/main_conf_read.y
- Timestamp:
- May 31, 2011, 3:30:49 AM (13 years ago)
- Location:
- branches/branch-1.2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/branch-1.2
-
branches/branch-1.2/zoo-kernel/main_conf_read.y
r9 r217 25 25 using namespace std; 26 26 27 extern void crerror(c har *s);27 extern void crerror(const char *s); 28 28 29 29 void usage(void) ; … … 304 304 /* fonction qui affiche l erreur si il y en a une */ 305 305 //====================================================== 306 void crerror(c har *s)306 void crerror(const char *s) 307 307 { 308 308 if(debug) … … 314 314 /* fonction principale : entrée dans le programme */ 315 315 //====================================================== 316 int conf_read(c har* file,maps* my_map){316 int conf_read(const char* file,maps* my_map){ 317 317 318 318 crin = fopen(file,"r"); … … 335 335 336 336 fclose(crin); 337 #ifndef WIN32 337 338 crlex_destroy(); 339 #endif 338 340 339 341 return resultatYYParse;
Note: See TracChangeset
for help on using the changeset viewer.