From: Ian Darwin Date: Sat, 7 Nov 1987 12:02:05 +0000 (+0000) Subject: Add "the" as lower case word. X-Git-Tag: FILE3_27~358 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bbca8f34d8fa0eabb11205b33d6455fc088959d1;p=file Add "the" as lower case word. Add comment about ordering for C comments. --- diff --git a/src/names.h b/src/names.h index 5391217a..4744d07c 100644 --- a/src/names.h +++ b/src/names.h @@ -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},