commit | 86e58e239e39845e706c4afa392423f0fedcdf39 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Mon Aug 28 15:27:34 2006 +0000 |
committer | Guido van Rossum <guido@python.org> | Mon Aug 28 15:27:34 2006 +0000 |
tree | 1d0f4d942e644ee5c903636d87176b98a7203371 | |
parent | ecfd0b2f3bfd622c3ba148e53d3feebb8c1ae721 [diff] [blame] |
SF patch 1547796 by Georg Brandl -- set literals.
diff --git a/Include/graminit.h b/Include/graminit.h index 9af182a..f4701a6 100644 --- a/Include/graminit.h +++ b/Include/graminit.h
@@ -69,7 +69,7 @@ #define sliceop 324 #define exprlist 325 #define testlist 326 -#define dictmaker 327 +#define dictsetmaker 327 #define classdef 328 #define arglist 329 #define argument 330