Skip to content

Commit

Permalink
Add missing AP_INT_MAX_W definition to have 'make wasm' working again.
Browse files Browse the repository at this point in the history
  • Loading branch information
sletz committed Apr 17, 2024
1 parent 092e4ac commit eb0ae42
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions compiler/global.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,10 @@

using namespace std;

#ifndef AP_INT_MAX_W
#define AP_INT_MAX_W 1024
#endif

// Globals for flex/bison parser
extern FILE* FAUSTin;
extern const char* FAUSTfilename;
Expand Down

0 comments on commit eb0ae42

Please sign in to comment.