Commit 1527b5fb authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Make the return(foo) syntax mandatory.



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@4613 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 091a86fa
...@@ -547,9 +547,6 @@ static struct action_table { ...@@ -547,9 +547,6 @@ static struct action_table {
} action_table[] = { } action_table[] = {
{ "restart", parse_restart }, { "restart", parse_restart },
{ "error", parse_error }, { "error", parse_error },
#define VCL_RET_MAC(l, U) { #l, parse_action },
#include "vcl_returns.h"
#undef VCL_RET_MAC
/* Keep list sorted from here */ /* Keep list sorted from here */
{ "call", parse_call }, { "call", parse_call },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment