Fix the MS-DOS build due to removal of P_.
dosfns.h (msdos_stdcolor_idx, msdos_stdcolor_name): Remove P_ from prototypes. msdos.h (load_pixmap): Don't define away.
This commit is contained in:
parent
baeb2564f7
commit
c0b36d462b
3 changed files with 9 additions and 3 deletions
|
|
@ -1,3 +1,10 @@
|
|||
2010-07-02 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* dosfns.h (msdos_stdcolor_idx, msdos_stdcolor_name): Remove P_
|
||||
from prototypes.
|
||||
|
||||
* msdos.h (load_pixmap): Don't define away.
|
||||
|
||||
2010-07-02 Jan Djärv <jan.h.d@swipnet.se>
|
||||
|
||||
* lisp.h:
|
||||
|
|
|
|||
|
|
@ -38,8 +38,8 @@ extern Lisp_Object Vdos_windows_version;
|
|||
#ifndef HAVE_X_WINDOWS
|
||||
extern Lisp_Object Vdos_display_scancodes;
|
||||
|
||||
extern int msdos_stdcolor_idx P_ ((const char *));
|
||||
extern Lisp_Object msdos_stdcolor_name P_ ((int));
|
||||
extern int msdos_stdcolor_idx (const char *);
|
||||
extern Lisp_Object msdos_stdcolor_name (int);
|
||||
#endif
|
||||
|
||||
/* arch-tag: a83b8c4c-63c8-451e-9e94-bc72e3e2f8bc
|
||||
|
|
|
|||
|
|
@ -76,7 +76,6 @@ extern int x_pixel_height (struct frame *);
|
|||
|
||||
#define XFreeGC (void)
|
||||
#define x_destroy_bitmap(p1,p2)
|
||||
#define load_pixmap(p1,p2,p3,p4) (0)
|
||||
#define XGetGeometry(p1,p2,p3,p4,p5,p6,p7,p8,p9)
|
||||
#define DisplayWidth(p1,p2) (SELECTED_FRAME()->text_cols)
|
||||
#define DisplayHeight(p1,p2) (SELECTED_FRAME()->text_lines)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue