diff options
author | Guido van Rossum <guido@python.org> | 1999-04-10 14:00:28 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1999-04-10 14:00:28 (GMT) |
commit | dcb0a57874400a698999034996dc7623da777499 (patch) | |
tree | b6ddbbede17837079a34a92469c60bab65c6caf8 /PC | |
parent | bfb092eb86065cfe5019b2429ebcc0bc6247e80e (diff) | |
download | cpython-dcb0a57874400a698999034996dc7623da777499.zip cpython-dcb0a57874400a698999034996dc7623da777499.tar.gz cpython-dcb0a57874400a698999034996dc7623da777499.tar.bz2 |
Avoid totally empty files.
Diffstat (limited to 'PC')
-rw-r--r-- | PC/vc15_lib/_.c | 1 | ||||
-rw-r--r-- | PC/vc15_w31/_.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/PC/vc15_lib/_.c b/PC/vc15_lib/_.c index e69de29..7e06c94 100644 --- a/PC/vc15_lib/_.c +++ b/PC/vc15_lib/_.c @@ -0,0 +1 @@ +/* Dummy */ diff --git a/PC/vc15_w31/_.c b/PC/vc15_w31/_.c index e69de29..7e06c94 100644 --- a/PC/vc15_w31/_.c +++ b/PC/vc15_w31/_.c @@ -0,0 +1 @@ +/* Dummy */ |