diff options
Diffstat (limited to 'src/backend/tioga/tgRecipe.h')
-rw-r--r-- | src/backend/tioga/tgRecipe.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/backend/tioga/tgRecipe.h b/src/backend/tioga/tgRecipe.h index 8dc0292061a..47e1bbb8f6c 100644 --- a/src/backend/tioga/tgRecipe.h +++ b/src/backend/tioga/tgRecipe.h @@ -11,7 +11,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: tgRecipe.h,v 1.4 1997/09/08 20:57:05 momjian Exp $ + * $Id: tgRecipe.h,v 1.5 1997/09/08 21:48:03 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -27,10 +27,11 @@ typedef struct { double x, y; -} Point; /* this should match whatever is in +} Point; /* this should match whatever is in * * + * * geo-decls.h */ #endif /* TIOGA_FRONTEND */ |