First cut at sanitizing away the chill stuff.

This commit is contained in:
Fred Fish
1992-11-16 19:25:35 +00:00
parent 45a655b0b6
commit 19cfe25d90
7 changed files with 101 additions and 35 deletions

View File

@@ -486,9 +486,11 @@ set_cu_language (dip)
case LANG_C_PLUS_PLUS:
cu_language = language_cplus;
break;
/* start-sanitize-chill */
case LANG_CHILL:
cu_language = language_chill;
break;
/* end-sanitize-chill */
case LANG_MODULA2:
cu_language = language_m2;
break;