~npalix/coccinelle/upstream

« back to all changes in this revision

Viewing changes to parsing_c/lexer_parser.ml

  • Committer: Julia Lawall
  • Author(s): JPR
  • Date: 2019-05-27 02:01:12 UTC
  • Revision ID: git-v1:19ee1697bf152d37a78a20cefe148775bf4b0e0d
Fixing typos

Signed-off-by: Jean-Pierre Rodi <jprodi04@gmail.com>

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
 * Why parse_typedef_fix2 ? Cos when introduce new variable, for
30
30
 * instance when declare parameters for a function such as int var_t,
31
31
 * then the var_t must not be lexed as a typedef, so we must disable
32
 
 * temporaly the typedef mechanism to allow variable with same name as
 
32
 * temporary the typedef mechanism to allow variable with same name as
33
33
 * a typedef. *)
34
34
 
35
35
(* parse_typedef_fix *)