summaryrefslogtreecommitdiff
path: root/ChangeLog-2012
diff options
context:
space:
mode:
authorJosh Soref <jsoref@users.noreply.github.com>2017-07-26 00:30:05 -0400
committerAkim Demaille <akim.demaille@gmail.com>2018-10-05 07:01:06 +0200
commit45372aed4e295575bb6bc5fe08a660a6141487dd (patch)
tree28ccfafc461217a80bded029fff18de8186ee010 /ChangeLog-2012
parentb89b6517f20c86967ebdda4c443cb209d8039b0b (diff)
downloadbison-45372aed4e295575bb6bc5fe08a660a6141487dd.tar.gz
spelling: typedef
Diffstat (limited to 'ChangeLog-2012')
-rw-r--r--ChangeLog-20122
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog-2012 b/ChangeLog-2012
index a1bb1855..80522305 100644
--- a/ChangeLog-2012
+++ b/ChangeLog-2012
@@ -24030,7 +24030,7 @@
informations about %union.
(parse_union_decl): Copy the union_obstack in the muscle stype.
* src/bison.simple: Add new #line directive.
- Add typdef %%stype YYSTYPE.
+ Add typedef %%stype YYSTYPE.
2001-09-23 Pascal Bart <pascal.bart@epita.fr>