From 83b9d5e9ef387bc03370917940efa78e2e26845b Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 2 Nov 1995 17:11:51 +0000 Subject: Add `const' attribute to some parameters. --- src/unexpand.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/unexpand.c b/src/unexpand.c index 0fd738ad0..c019ce07f 100644 --- a/src/unexpand.c +++ b/src/unexpand.c @@ -124,7 +124,7 @@ add_tabstop (int tabval) to the list of tabstops. */ static void -parse_tabstops (char *stops) +parse_tabstops (const char *stops) { int tabval = -1; @@ -152,7 +152,7 @@ parse_tabstops (char *stops) contains only nonzero, ascending values. */ static void -validate_tabstops (int *tabs, int entries) +validate_tabstops (const int *tabs, int entries) { int prev_tab = 0; int i; -- cgit v1.2.3-70-g09d2