]> granicus.if.org Git - file/commitdiff
Add "the" as lower case word.
authorIan Darwin <ian@darwinsys.com>
Sat, 7 Nov 1987 12:02:05 +0000 (12:02 +0000)
committerIan Darwin <ian@darwinsys.com>
Sat, 7 Nov 1987 12:02:05 +0000 (12:02 +0000)
Add comment about ordering for C comments.

src/names.h

index 5391217a71bc498bc111e194d195c8a05b8bc32f..4744d07ca9dafbb93ce0bb894447f4a50b7e01b3 100644 (file)
@@ -59,10 +59,11 @@ struct names {
 } names[] = {
        /* These must be sorted by eye for optimal hit rate */
        /* Add to this list only after substantial meditation */
-       {"/*",          L_C},
+       {"/*",          L_C},   /* must preced "The", "the", etc. */
        {"#include",    L_C},
        {"char",        L_C},
        {"The",         L_ENG},
+       {"the",         L_ENG},
        {"double",      L_C},
        {"extern",      L_C},
        {"float",       L_C},