use const char *

This commit is contained in:
Vítor Santos Costa
2014-12-14 11:49:51 +00:00
parent 15c79d8ecf
commit bed14749f8
7 changed files with 36 additions and 13 deletions

View File

@@ -61,7 +61,7 @@
#if USE_THREADED_CODE
opentry *op_rtable;
op_entry *op_rtable;
#endif
OPCODE execute_cpred_op_code;
@@ -276,7 +276,10 @@
int parser_error_style;
char *yap_lib_dir;
const char *yap_lib_dir;
const char *yap_foreign_dir;
const char *yap_commons_dir;
const char *yap_bin_dir;
void *last_wtime;