FDECL, NDECL in outdated
This commit is contained in:
@@ -26,7 +26,7 @@ tileedit: tileedit.cpp $(TEXT_IO)
|
||||
extern "C" {
|
||||
#include "config.h"
|
||||
#include "tile.h"
|
||||
extern const char *FDECL(tilename, (int, int));
|
||||
extern const char *tilename(int, int);
|
||||
}
|
||||
|
||||
#define TILES_ACROSS 20
|
||||
|
||||
@@ -18,8 +18,8 @@
|
||||
/* #define COLORS_IN_USE MAXCOLORMAPSIZE /* 256 colors */
|
||||
#define COLORS_IN_USE 16 /* 16 colors */
|
||||
|
||||
extern char *FDECL(tilename, (int, int));
|
||||
static void FDECL(build_ximgtile, (pixel(*) [TILE_X]));
|
||||
extern char *tilename(int, int);
|
||||
static void build_ximgtile(pixel(*) [TILE_X]);
|
||||
void get_color(unsigned int colind, struct RGB *rgb);
|
||||
void get_pixel(int x, int y, unsigned int *colind);
|
||||
|
||||
|
||||
@@ -18,8 +18,8 @@
|
||||
static char nullstr[] = "", winpanicstr[] = "Bad window id %d";
|
||||
static int curr_status_line;
|
||||
|
||||
static char *FDECL(copy_of, (const char *));
|
||||
static void FDECL(bail, (const char *)); /* __attribute__((noreturn)) */
|
||||
static char *copy_of(const char *);
|
||||
static void bail(const char *); /* __attribute__((noreturn)) */
|
||||
|
||||
extern int mar_set_tile_mode(int);
|
||||
extern void mar_set_font(int, const char *, int);
|
||||
|
||||
Reference in New Issue
Block a user