Skip to content

Commit

Permalink
generator.ml: new type, "Pathname"
Browse files Browse the repository at this point in the history
* src/generator.ml: Emit NEED_ROOT and ABS_PATH into generated
stubs.c, rather than requiring they be added manually at the start
of each and every do_* function that operates on a "path" parameter.
Update grammar: Pathname is just a String, with the above exception.
Do not update augeas "path" parameters, since they are not file names,
but rather ":"-separated search paths.  Except aug_init, for which
"path" *is* a file name.
  • Loading branch information
Jim Meyering committed Aug 13, 2009
1 parent 752147a commit 79b5084
Showing 1 changed file with 111 additions and 93 deletions.

0 comments on commit 79b5084

Please sign in to comment.