Skip to content
Snippets Groups Projects
Commit 0a157188 authored by Per Cederqvist's avatar Per Cederqvist
Browse files

Insert a blank line between the system includes and the local

includes.
parent c8e04da9
Branches
Tags
No related merge requests found
#
# $Id: prot-a-parse-arg-c.awk,v 0.20 1999/01/14 11:39:32 byers Exp $
# $Id: prot-a-parse-arg-c.awk,v 0.21 1999/04/03 22:24:17 ceder Exp $
# Copyright (C) 1991, 1992, 1993, 1994, 1996 Lysator Academic Computer Association.
#
# This file is part of the LysKOM server.
......@@ -22,7 +22,7 @@
#
# Please mail bug reports to bug-lyskom@lysator.liu.se.
#
# $Id: prot-a-parse-arg-c.awk,v 0.20 1999/01/14 11:39:32 byers Exp $
# $Id: prot-a-parse-arg-c.awk,v 0.21 1999/04/03 22:24:17 ceder Exp $
BEGIN {
printf("/* Don't edit this file - it is generated automatically");
printf(" from\n prot-a-parse-arg-c.awk and fncdef.txt */\n\n");
......@@ -34,6 +34,7 @@ BEGIN {
printf("#include <stdarg.h>\n");
printf("#include <setjmp.h>\n");
printf("#include <time.h>\n");
printf("\n");
printf("#include \"s-string.h\"\n");
printf("#include \"kom-types.h\"\n");
printf("#include \"com.h\"\n");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment