Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15420944
D12963.id31231.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
543 B
Referenced Files
None
Subscribers
None
D12963.id31231.diff
View Options
diff --git a/support/xhpast/generate_nodes.php b/support/xhpast/generate_nodes.php
--- a/support/xhpast/generate_nodes.php
+++ b/support/xhpast/generate_nodes.php
@@ -129,7 +129,7 @@
$hpp .= "#define {$node} {$value}\n";
}
file_put_contents('node_names.hpp', $hpp);
-echo pht('Wrote C++ definition.')."\n";
+echo "Wrote C++ definition.\n";
$at = '@';
$php =
@@ -143,4 +143,4 @@
$php .= " );\n";
$php .= "}\n";
file_put_contents('parser_nodes.php', $php);
-echo pht('Wrote PHP definition.')."\n";
+echo "Wrote PHP definition.\n";
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Mar 22, 7:18 PM (3 d, 15 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7710557
Default Alt Text
D12963.id31231.diff (543 B)
Attached To
Mode
D12963: Don't call pht() from generate_nodes.php
Attached
Detach File
Event Timeline
Log In to Comment