From 57c5b4ec95f9eea1b96567818c9668477755d304 Mon Sep 17 00:00:00 2001 From: curt Date: Sat, 17 May 1997 00:17:01 +0000 Subject: [PATCH] Cosmetic changes. --- Scenery/Makefile | 5 ++++- Scenery/parser.y | 1 - Scenery/scanner.l | 1 - 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Scenery/Makefile b/Scenery/Makefile index e3a5c1f77..cc2aff125 100644 --- a/Scenery/Makefile +++ b/Scenery/Makefile @@ -39,7 +39,7 @@ $(TARGET): $(OFILES) $(HFILES) $(AR) rv $(TARGET) $(OFILES) clean: - rm -f *.o $(TARGET) *~ core + rm -f *.o $(TARGET) parser.output *~ core #--------------------------------------------------------------------------- @@ -70,6 +70,9 @@ mesh.o: mesh.c mesh.h common.h #--------------------------------------------------------------------------- # $Log$ +# Revision 1.2 1997/05/17 00:17:01 curt +# Cosmetic changes. +# # Revision 1.1 1997/05/16 16:07:02 curt # Initial revision. # diff --git a/Scenery/parser.y b/Scenery/parser.y index a69976662..5b6978227 100644 --- a/Scenery/parser.y +++ b/Scenery/parser.y @@ -4,7 +4,6 @@ * Written by Curtis Olson, started May 1997. * * $Id$ - * (Log is kept at end of this file) **************************************************************************/ diff --git a/Scenery/scanner.l b/Scenery/scanner.l index 8dd5a486b..64f00f235 100644 --- a/Scenery/scanner.l +++ b/Scenery/scanner.l @@ -6,7 +6,6 @@ * NOTE: Compiles with flex and gcc. * * $Id$ - * (Log is kept at end of this file) **************************************************************************/ -- 2.39.2