
URL: https://svn.lrde.epita.fr/svn/scool/branches/scool-ng ChangeLog: 2009-02-12 Corentin Gallet <gallet@lrde.epita.fr> Fix a typo in the precedent version. * ChangeLog: The constructor's keyword is "make", not "made". --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: ChangeLog =================================================================== --- ChangeLog (revision 141) +++ ChangeLog (working copy) @@ -2,7 +2,7 @@ Constructor Declaration. * src/scl-syn/Declaration.sdf: A new declaration : the constructor. - * src/scl-syn/Lexical.sdf: A new keyword : 'made' (name of the constructors). + * src/scl-syn/Lexical.sdf: A new keyword : 'make' (name of the constructors). * tests/examples/scool_src/point1d.scl: Fix an error in one example. 2009-02-12 Matthieu Martin <matthieu.mar@gmail.com>