diff src/process.c @ 109668:d9a022ec322c

Remove extern declarations in .c files, .h files have them. * src/xterm.c: * src/xdisp.c: * src/process.c: * src/msdos.c: * src/image.c: * src/gtkutil.c: * src/fileio.c: * src/eval.c: Remove declarations.
author Dan Nicolaescu <dann@ics.uci.edu>
date Fri, 06 Aug 2010 12:07:16 -0700
parents 9cfca8c9fb07
children bd826f80a765
line wrap: on
line diff
--- a/src/process.c	Fri Aug 06 12:01:35 2010 -0700
+++ b/src/process.c	Fri Aug 06 12:07:16 2010 -0700
@@ -6361,8 +6361,7 @@
 {
   int old_errno = errno;
   Lisp_Object proc;
-  register struct Lisp_Process *p;
-  extern EMACS_TIME *input_available_clear_time;
+  struct Lisp_Process *p;
 
   SIGNAL_THREAD_CHECK (signo);