diff options
Diffstat (limited to 'utils/ql/l.h')
| -rw-r--r-- | utils/ql/l.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/utils/ql/l.h b/utils/ql/l.h index 6baabc3b..b23d8440 100644 --- a/utils/ql/l.h +++ b/utils/ql/l.h @@ -86,11 +86,12 @@ struct Optab char size; char param; }; -struct +struct s_oprange { Optab* start; Optab* stop; -} oprange[ALAST]; +}; +extern struct s_oprange oprange[ALAST]; enum { |
