Suloch / chirp

Interpreter in C for rockstar programing language
MIT License
22 stars 5 forks source link

Moved definition of lastSymbol #17

Closed ricardovfreixo closed 6 months ago

ricardovfreixo commented 8 months ago

Had a compiling problem with the definition of lastSymbol in the .h file. moved it to symbol_table.c and referenced as external in the .h to be able to compile it

Suloch commented 7 months ago

@ricardovfreixo what is your gcc version? works fine with gcc 9.4.0

ricardovfreixo commented 7 months ago

@ricardovfreixo what is your gcc version? works fine with gcc 9.4.0

gcc --version 1 ↵ vx@goliath gcc (Ubuntu 13.2.0-4ubuntu3) 13.2.0 Copyright (C) 2023 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.