PARAMS removal.
[deliverable/binutils-gdb.git] / gdb / valarith.c
index 5f814331aa54149e72bbb6b6877bf4f586a146a7..2db71fdc938eada75ceb609e09e23a42730d36fb 100644 (file)
@@ -37,9 +37,9 @@
 #define TRUNCATION_TOWARDS_ZERO ((-5 / 2) == -2)
 #endif
 
-static value_ptr value_subscripted_rvalue PARAMS ((value_ptr, value_ptr, int));
+static value_ptr value_subscripted_rvalue (value_ptr, value_ptr, int);
 
-void _initialize_valarith PARAMS ((void));
+void _initialize_valarith (void);
 \f
 
 value_ptr
This page took 0.024912 seconds and 4 git commands to generate.