Project

General

Profile

Bug #2541 ยป alignment.diff

fixes the issue - eadler, 04/07/2013 01:27 PM

View differences:

bin/mined/mined.h
void abort_mined(void);
void raw_mode(FLAG state);
void panic(const char *message);
char *alloc(int bytes);
void *alloc(int bytes);
void free_space(char *p);
void initialize(void);
char *basename(char *path);
bin/mined/mined1.c
#endif /* UNIX */
}
char *
void *
alloc(int bytes)
{
char *p;
    (1-1/1)