CodeEditor_Highlight.diff

The diff file to apply - Sender Ghost, 10/11/2011 11:28 AM

Download (613 Bytes)

View differences:

uppsrc/CodeEditor/Highlight.cpp 2011-10-11 15:13:26 +0600
275 275
			NULL
276 276
		};
277 277
		static const char *upp[] = {
278
			"byte", "word", "dword", "__countof", "pick_", "wchar", "NULL",
278
			"byte", "word", "dword", "__countof", "pick_", "wchar", "NULL", "Null",
279 279
			"int8", "uint8", "int16", "uint16", "int32", "uint32", "int64", "uint64", "qword",
280 280
			"INTERLOCKED_", "INTERLOCKED", "ONCELOCK", "ONCELOCK_", "INITBLOCK", "EXITBLOCK",
281 281
			NULL