We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2909e8f commit e0eb7efCopy full SHA for e0eb7ef
code/parse/sexp.h
@@ -28,7 +28,7 @@ struct ship_obj;
28
29
// Operator argument formats (data types of an argument)
30
enum : int {
31
- UNUSED, // argument types need to start at 1 instead of 0
+ OPF_UNUSED, // argument types need to start at 1 instead of 0
32
OPF_NONE, // argument cannot exist at this position if it's this
33
OPF_NULL, // no value. Can still be used for type matching, however
34
OPF_BOOL,
0 commit comments