/* This enum must have the same order of the array 'reserved' in lex.c */
enum{
U_and=128,
U_do,
U_else,
@@ -22,3 +32,5 @@ enum
U_ne='~'+128,
U_sc='.'+128
};
#endif
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.