diff options
Diffstat (limited to 'run.c')
-rw-r--r-- | run.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,7 +35,7 @@ runops_standard(void) #ifdef DEBUGGING #ifndef PERL_OBJECT -static void debprof _((OP*o)); +static void debprof (OP*o); #endif #endif /* DEBUGGING */ |