aboutsummaryrefslogtreecommitdiff
path: root/tecbuf.c
diff options
context:
space:
mode:
Diffstat (limited to 'tecbuf.c')
-rw-r--r--tecbuf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tecbuf.c b/tecbuf.c
index 03c1983..1bdfb13 100644
--- a/tecbuf.c
+++ b/tecbuf.c
@@ -34,7 +34,7 @@ struct buff_header *buff_create( char *name, char internal_flag );
#include "teco.h"
#include "tecparse.h"
-char rcs_date[] = AUTO_DATE;
+static const char rcs_date[] = AUTO_DATE;
/*
* Global Storage is defined here for lack of a better place.
@@ -1075,7 +1075,7 @@ register struct buff_header *hbp;
char tmp_buffer[LINE_BUFFER_SIZE],padd_buffer[LINE_BUFFER_SIZE];
register int i;
int count;
-register char *cp;
+register const char *cp;
int max_length;
PREAMBLE();