X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=token_t.h;h=22b83693cf32e4a98b35f9e25e4f914969bf646a;hb=875418c7e5f409c4bf503f749ede8f9c1d8e7996;hp=cca4e114f59ab94a76c772a50c045da2d57f665e;hpb=14888a54aa42310fa8b1042d5be3da631f0b9758;p=cparser diff --git a/token_t.h b/token_t.h index cca4e11..22b8369 100644 --- a/token_t.h +++ b/token_t.h @@ -57,7 +57,7 @@ struct source_position_t { }; /* position used for "builtin" declarations/types */ -extern source_position_t builtin_source_position; +extern const source_position_t builtin_source_position; typedef struct { int type;