From 5b23d000ac2d4727db790fc10a668c5faaa112d2 Mon Sep 17 00:00:00 2001 From: goodale Date: Sat, 19 May 2001 18:57:31 +0000 Subject: Parameters should be decalred as constant. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@2195 17b73243-c579-4c4c-a9d2-2d5706c11dac --- lib/sbin/create_c_stuff.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/sbin/create_c_stuff.pl') diff --git a/lib/sbin/create_c_stuff.pl b/lib/sbin/create_c_stuff.pl index 87ec030c..aae35679 100644 --- a/lib/sbin/create_c_stuff.pl +++ b/lib/sbin/create_c_stuff.pl @@ -272,7 +272,7 @@ sub CreateCStructureParameterHeader foreach $line (@definition) { - push(@data, " $line \\"); + push(@data, " const $line \\"); } push(@data, ""); -- cgit v1.2.3