Mercurial > hg > xemacs-beta
comparison lib-src/yow.c @ 410:de805c49cfc1 r21-2-35
Import from CVS: tag r21-2-35
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:19:21 +0200 |
parents | 74fd4e045ea6 |
children | 697ef44129c6 |
comparison
equal
deleted
inserted
replaced
409:301b9ebbdf3b | 410:de805c49cfc1 |
---|---|
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);\ |