1// vim:ft=javascript 2 3ARG_ENABLE("ast", "enable ast support", "no"); 4 5if (PHP_AST != "no") { 6 EXTENSION("ast", "ast.c ast_data.c"); 7} 8 9