X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=support%2Fcpp%2Fsdcpp.h;h=80e16fca018e06b7996e32eb898c60449e08951c;hb=15bebb5458d3dfc30d8dd147c0cc74e8a766f7d0;hp=296db1bf0fae9d53479a6a7490cca06abf5fc74d;hpb=156f898b7ee419e0956fc06f191625033a27b0c4;p=fw%2Fsdcc diff --git a/support/cpp/sdcpp.h b/support/cpp/sdcpp.h index 296db1bf..80e16fca 100644 --- a/support/cpp/sdcpp.h +++ b/support/cpp/sdcpp.h @@ -199,7 +199,7 @@ extern struct cpp_reader* parse_in; /* * From input.h */ -extern struct line_maps line_table; +extern struct line_maps *line_table; typedef source_location location_t; /* deprecated typedef */ @@ -227,5 +227,4 @@ union tree_node */ extern int errorcount; - #endif /* __SDCPP_H */