comparison src/editfns.c @ 31095:e19d38e14720

[USE_CRT_DLL]: Remove unnecessary extern, which screws up dllimport attributes.
author Andrew Innes <andrewi@gnu.org>
date Tue, 22 Aug 2000 22:19:26 +0000
parents b26ac1565dd4
children 7930c46bb365
comparison
equal deleted inserted replaced
31094:7949e7792b02 31095:e19d38e14720
47 47
48 #ifndef NULL 48 #ifndef NULL
49 #define NULL 0 49 #define NULL 0
50 #endif 50 #endif
51 51
52 #ifndef USE_CRT_DLL
52 extern char **environ; 53 extern char **environ;
54 #endif
55
53 extern Lisp_Object make_time P_ ((time_t)); 56 extern Lisp_Object make_time P_ ((time_t));
54 extern size_t emacs_strftimeu P_ ((char *, size_t, const char *, 57 extern size_t emacs_strftimeu P_ ((char *, size_t, const char *,
55 const struct tm *, int)); 58 const struct tm *, int));
56 static int tm_diff P_ ((struct tm *, struct tm *)); 59 static int tm_diff P_ ((struct tm *, struct tm *));
57 static void find_field P_ ((Lisp_Object, Lisp_Object, int *, int *)); 60 static void find_field P_ ((Lisp_Object, Lisp_Object, int *, int *));