Staging
v0.5.1
https://github.com/python/cpython
Revision d987545d3072620c636b3665d15904edac6a0a9f authored by Georg Brandl on 11 June 2008, 17:57:44 UTC, committed by Georg Brandl on 11 June 2008, 17:57:44 UTC
1 parent 9cf1934
Raw File
Tip revision: d987545d3072620c636b3665d15904edac6a0a9f authored by Georg Brandl on 11 June 2008, 17:57:44 UTC
Clarify what ":errorhandler" refers to.
Tip revision: d987545
errmap.mak
errmap.h:	generrmap.exe
	.\generrmap.exe > errmap.h

genermap.exe:	generrmap.c
	cl generrmap.c
back to top