X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fexpressions%2Foperations.h.pl;h=1f0b5b98c03e34ddf52ac639a55c2b9ad1ed3675;hb=a90f29f5c4c88d1e56373b160e103bfa9f8ce387;hp=d9d3b3c30507eb77798ed57bdf254ce25dd39e7a;hpb=97225b10dcb68ddc5af0de54bc2458e1a458fa83;p=pspp-builds.git diff --git a/src/expressions/operations.h.pl b/src/expressions/operations.h.pl index d9d3b3c3..1f0b5b98 100644 --- a/src/expressions/operations.h.pl +++ b/src/expressions/operations.h.pl @@ -1,4 +1,12 @@ -do 'generate.pl'; +#!/usr/bin/perl + +use PSPP_expressions ; +# +# Produce output. +print_header (); +generate_output (); +print_trailer (); + sub generate_output { print "#include \n";