cleanup YapExecutable

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@602 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
vsc
2002-09-23 17:06:13 +00:00
parent edee8a955f
commit 97c2bd2105
13 changed files with 42 additions and 42 deletions

View File

@@ -45,13 +45,15 @@
#define N_TXTOFF(x) (sizeof(struct filehdr)+(x).f_opthdr+(x).f_nscns*sizeof(struct scnhdr))
static char YapExecutable[YAP_FILE_MAX];
/*
* YAPFindExecutable(argv[0]) should be called on yap initialization to
* YAP_FindExecutable(argv[0]) should be called on yap initialization to
* locate the executable of Yap
*/
void
YAPFindExecutable(char *name)
YAP_FindExecutable(char *name)
{
register char *cp, *cp2;
struct stat stbuf;