From c38bf546b2bb50932ac15cf3283c74a4bddc99c0 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 14 Apr 2011 00:09:45 -0700 Subject: [PATCH] Fix typo in previous comment. --- src/print.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/print.c b/src/print.c index 617ee662e79..6a331cb11f2 100644 --- a/src/print.c +++ b/src/print.c @@ -738,7 +738,7 @@ to make it write to the debugging output. */) /* This function is never called. Its purpose is to prevent print_output_debug_flag from being optimized away. */ -exterr void debug_output_compilation_hack (int) EXTERNALLY_VISIBLE; +extern void debug_output_compilation_hack (int) EXTERNALLY_VISIBLE; void debug_output_compilation_hack (int x) { -- 2.39.2