Mercurial > hg > xemacs-beta
comparison lib-src/yow.c @ 442:abe6d1db359e r21-2-36
Import from CVS: tag r21-2-36
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:35:02 +0200 |
parents | 8de8e3f6228a |
children | b39c14581166 |
comparison
equal
deleted
inserted
replaced
441:72a7cfa4a488 | 442:abe6d1db359e |
---|---|
31 #endif | 31 #endif |
32 | 32 |
33 void yow (FILE *fp); | 33 void yow (FILE *fp); |
34 void setup_yow (FILE *fp); | 34 void setup_yow (FILE *fp); |
35 | 35 |
36 #ifdef MSDOS | 36 #ifdef WIN32_NATIVE |
37 #define rootrelativepath(rel) \ | 37 #define rootrelativepath(rel) \ |
38 ({\ | 38 ({\ |
39 static char res[BUFSIZE], *p;\ | 39 static char res[BUFSIZE], *p;\ |
40 strcpy (res, argv[0]);\ | 40 strcpy (res, argv[0]);\ |
41 p = res + strlen (res);\ | 41 p = res + strlen (res);\ |