Commit Diff


commit - 0f65f25ee3da916c343894b78d24a285751229bd
commit + d7786ef0db3aeb260b1b1bd27d78b8ce737be3bb
blob - ba359280d719e55afa64e65af298b324c75db4ab
blob + 744d37cdea150b8de13c5b6bfa5df972ebb19dd0
--- np.y
+++ np.y
@@ -267,9 +267,9 @@ lookup(char *s)
 		{"repeat",	REPEAT},
 		{"str",		STR},
 		{"testing",	TESTING},
-		{"u8",		U8},
 		{"u16",		U16},
 		{"u32",		U32},
+		{"u8",		U8},
 	};
 	const struct keywords	*p;