Mercurial > hg > xemacs-beta
comparison src/lisp.h @ 1467:e5da225ea2ca
[xemacs-hg @ 2003-05-09 09:50:40 by stephent]
#define stat workaround <87r878ihhf.fsf@tleepslib.sk.tsukuba.ac.jp>
author | stephent |
---|---|
date | Fri, 09 May 2003 09:50:42 +0000 |
parents | d9d4999d5f5c |
children | 03009473262a |
comparison
equal
deleted
inserted
replaced
1466:88a2f43560bf | 1467:e5da225ea2ca |
---|---|
1403 struct device; /* "device.h" */ | 1403 struct device; /* "device.h" */ |
1404 struct extent_fragment; | 1404 struct extent_fragment; |
1405 struct extent; | 1405 struct extent; |
1406 struct frame; /* "frame.h" */ | 1406 struct frame; /* "frame.h" */ |
1407 struct window; /* "window.h" */ | 1407 struct window; /* "window.h" */ |
1408 struct stat; /* <sys/stat.h> */ | |
1409 struct utimbuf; /* "systime.h" or <utime.h> */ | 1408 struct utimbuf; /* "systime.h" or <utime.h> */ |
1410 struct display_line; | 1409 struct display_line; |
1411 struct display_glyph_area; | 1410 struct display_glyph_area; |
1412 struct display_box; | 1411 struct display_box; |
1413 struct redisplay_info; | 1412 struct redisplay_info; |
4281 void lock_file (Lisp_Object); | 4280 void lock_file (Lisp_Object); |
4282 void unlock_file (Lisp_Object); | 4281 void unlock_file (Lisp_Object); |
4283 void unlock_all_files (void); | 4282 void unlock_all_files (void); |
4284 void unlock_buffer (struct buffer *); | 4283 void unlock_buffer (struct buffer *); |
4285 | 4284 |
4286 /* Defined in filemode.c */ | |
4287 void filemodestring (struct stat *, char *); | |
4288 | |
4289 /* Defined in floatfns.c */ | 4285 /* Defined in floatfns.c */ |
4290 EXFUN (Ftruncate, 1); | 4286 EXFUN (Ftruncate, 1); |
4291 | 4287 |
4292 double extract_float (Lisp_Object); | 4288 double extract_float (Lisp_Object); |
4293 | 4289 |