Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Don't use reserved keywords.
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Fri, 3 Feb 2012 13:53:53 +0000 (14:53 +0100)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Fri, 3 Feb 2012 13:59:14 +0000 (14:59 +0100)
commitec63b14f8fcd0a88515e4260e00c41b77c0274cc
tree210eb53af91195477904569fe5c7e176e7ce07ad
parent6929a75e852513610503d5c01bf928e1331e0d43
Don't use reserved keywords.

"or", "and", and "not" are reserved keywords in C++, and this line
breaks compilation of C++ code.

Since the literal constants defined here are never used, comment their
definition, and simply declare the field as an int.
include/xbt/automaton.h