emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/systime.h


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/src/systime.h
Date: Fri, 30 Sep 2005 18:38:29 -0400

Index: emacs/src/systime.h
diff -c emacs/src/systime.h:1.42 emacs/src/systime.h:1.43
*** emacs/src/systime.h:1.42    Tue Sep 27 18:48:55 2005
--- emacs/src/systime.h Fri Sep 30 22:38:14 2005
***************
*** 157,162 ****
--- 157,170 ----
  /* defined in keyboard.c */
  extern void set_waiting_for_input __P ((EMACS_TIME *));
  
+ /* When lisp.h is not included Lisp_Object is not defined (this can
+    happen when this files is used outside the src directory).
+    Use GCPRO1 to determine if lisp.h was included.  */
+ #ifdef GCPRO1
+ /* defined in dired.c */
+ extern Lisp_Object make_time __P ((time_t));
+ #endif
+ 
  /* Compare times T1 and T2.  Value is 0 if T1 and T2 are the same.
     Value is < 0 if T1 is less than T2.  Value is > 0 otherwise.  */
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]