From 2ca68b5fec16d045f5a97e3806014b045f441e31 Mon Sep 17 00:00:00 2001 From: Daniel Gruno Date: Fri, 13 Jul 2012 11:15:45 +0000 Subject: [PATCH] Add printf as a known function in Perl. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1361158 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/style/scripts/prettify.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/style/scripts/prettify.js b/docs/manual/style/scripts/prettify.js index 1539b5eed8..49d134f652 100644 --- a/docs/manual/style/scripts/prettify.js +++ b/docs/manual/style/scripts/prettify.js @@ -112,7 +112,7 @@ var prettyPrint; "debugger,eval,export,function,get,null,set,undefined,var,with," + "Infinity,NaN"]; var PERL_KEYWORDS = "caller,delete,die,do,dump,else,elsif,eval,exit,foreach,for," + - "goto,if,import,last,local,my,next,no,our,print,package,redo,require," + + "goto,if,import,last,local,my,next,no,our,print,printf,package,redo,require," + "sub,undef,unless,until,use,wantarray,while,BEGIN,END"; var PHP_KEYWORDS = "abstract,and,array,as,break,case,catch,cfunction,class," + "clone,const,continue,declare,default,do,else,elseif,enddeclare,endfor," +