From bbca8f34d8fa0eabb11205b33d6455fc088959d1 Mon Sep 17 00:00:00 2001 From: Ian Darwin Date: Sat, 7 Nov 1987 12:02:05 +0000 Subject: [PATCH] Add "the" as lower case word. Add comment about ordering for C comments. --- src/names.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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}, -- 2.40.0