From c478f3d9469c09773097eba89342c311ee70a319 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Mon, 5 Aug 2002 10:31:35 +0000 Subject: Rename Buttress to Halibut. I _think_ I've caught everything in this pass. [originally from svn r1800] --- input.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'input.c') diff --git a/input.c b/input.c index a8f076b..15e0a97 100644 --- a/input.c +++ b/input.c @@ -5,7 +5,7 @@ #include #include #include -#include "buttress.h" +#include "halibut.h" #define TAB_STOP 8 /* for column number tracking */ @@ -157,7 +157,7 @@ enum { tok_rbrace /* } */ }; -/* Buttress command keywords. */ +/* Halibut command keywords. */ enum { c__invalid, /* invalid command */ c__comment, /* comment command (\#) */ -- cgit v1.1