Mercurial > hg > xemacs-beta
diff src/nt.c @ 1242:f0af455e89d9
[xemacs-hg @ 2003-01-31 12:02:30 by stephent]
bogus C++ comments <87d6mdzgcq.fsf_-_@tleepslib.sk.tsukuba.ac.jp>
macro syntax typo <878yx1zg9q.fsf_-_@tleepslib.sk.tsukuba.ac.jp>
move Fprovide from syms_of to vars_of <874r7pzg0x.fsf_-_@tleepslib.sk.tsukuba.ac.jp>
author | stephent |
---|---|
date | Fri, 31 Jan 2003 12:02:38 +0000 |
parents | e22b0213b713 |
children | a8d8f419b459 |
line wrap: on
line diff
--- a/src/nt.c Thu Jan 30 22:52:32 2003 +0000 +++ b/src/nt.c Fri Jan 31 12:02:38 2003 +0000 @@ -1115,7 +1115,7 @@ { /* Should try mapping GetLastError to errno; for now just indicate a general error (eg. links not supported). */ - errno = EINVAL; // perhaps EMLINK? + errno = EINVAL; /* perhaps EMLINK? */ } }