diff options
Diffstat (limited to 'dimension/tokenize.h')
-rw-r--r-- | dimension/tokenize.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dimension/tokenize.h b/dimension/tokenize.h index 98a9c2f..14010f8 100644 --- a/dimension/tokenize.h +++ b/dimension/tokenize.h @@ -524,7 +524,7 @@ struct dmnsn_token { char *value; /* File name, and line and column numbers from source code */ - char *filename; + const char *filename; unsigned int line, col; }; |