Skip to content

Commit e0eb7ef

Browse files
committed
this should have a more unique name
1 parent 2909e8f commit e0eb7ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/parse/sexp.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ struct ship_obj;
2828

2929
// Operator argument formats (data types of an argument)
3030
enum : int {
31-
UNUSED, // argument types need to start at 1 instead of 0
31+
OPF_UNUSED, // argument types need to start at 1 instead of 0
3232
OPF_NONE, // argument cannot exist at this position if it's this
3333
OPF_NULL, // no value. Can still be used for type matching, however
3434
OPF_BOOL,

0 commit comments

Comments
 (0)