summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2009-10-09 00:29:06 +0200
committerAlbert Astals Cid <aacid@kde.org>2009-10-09 00:29:06 +0200
commitf346c1f6b55f87ebd6bb0b0932462d5514aa40ff (patch)
treec3c65534905efb4b4ee5d1affddbcb7959ec8b20 /utils
parent53e0016b772f1b78d998506e2f3106011d32cef3 (diff)
add -ansi flag to default warnings
Diffstat (limited to 'utils')
-rw-r--r--utils/parseargs.c30
-rw-r--r--utils/parseargs.h26
2 files changed, 28 insertions, 28 deletions
diff --git a/utils/parseargs.c b/utils/parseargs.c
index 8e84a9bd..c5f3007e 100644
--- a/utils/parseargs.c
+++ b/utils/parseargs.c
@@ -6,21 +6,21 @@
* Copyright 1996-2003 Glyph & Cog, LLC
*/
-//========================================================================
-//
-// Modified under the Poppler project - http://poppler.freedesktop.org
-//
-// Poppler project changes to this file are under the GPLv2 or later license
-//
-// All changes made under the Poppler project to this file are licensed
-// under GPL version 2 or later
-//
-// Copyright (C) 2008, 2009 Albert Astals Cid <aacid@kde.org>
-//
-// To see a description of the changes please see the Changelog file that
-// came with your tarball or type make ChangeLog if you are building from git
-//
-//========================================================================
+/*========================================================================
+
+ Modified under the Poppler project - http://poppler.freedesktop.org
+
+ Poppler project changes to this file are under the GPLv2 or later license
+
+ All changes made under the Poppler project to this file are licensed
+ under GPL version 2 or later
+
+ Copyright (C) 2008, 2009 Albert Astals Cid <aacid@kde.org>
+
+ To see a description of the changes please see the Changelog file that
+ came with your tarball or type make ChangeLog if you are building from git
+
+========================================================================*/
#include <stdio.h>
#include <stddef.h>
diff --git a/utils/parseargs.h b/utils/parseargs.h
index 44184217..410dcc46 100644
--- a/utils/parseargs.h
+++ b/utils/parseargs.h
@@ -6,19 +6,19 @@
* Copyright 1996-2003 Glyph & Cog, LLC
*/
-//========================================================================
-//
-// Modified under the Poppler project - http://poppler.freedesktop.org
-//
-// All changes made under the Poppler project to this file are licensed
-// under GPL version 2 or later
-//
-// Copyright (C) 2008 Albert Astals Cid <aacid@kde.org>
-//
-// To see a description of the changes please see the Changelog file that
-// came with your tarball or type make ChangeLog if you are building from git
-//
-//========================================================================
+/*========================================================================
+
+ Modified under the Poppler project - http://poppler.freedesktop.org
+
+ All changes made under the Poppler project to this file are licensed
+ under GPL version 2 or later
+
+ Copyright (C) 2008 Albert Astals Cid <aacid@kde.org>
+
+ To see a description of the changes please see the Changelog file that
+ came with your tarball or type make ChangeLog if you are building from git
+
+========================================================================*/
#ifndef PARSEARGS_H
#define PARSEARGS_H