grep-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Changes to grep/src/kwset.c,v


From: Tony Abou-Assaleh
Subject: Changes to grep/src/kwset.c,v
Date: Sun, 25 Jan 2009 02:07:38 +0000

CVSROOT:        /sources/grep
Module name:    grep
Changes by:     Tony Abou-Assaleh <taa> 09/01/25 02:07:37

Index: src/kwset.c
===================================================================
RCS file: /sources/grep/grep/src/kwset.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -b -r1.14 -r1.15
--- src/kwset.c 28 Jun 2007 19:10:46 -0000      1.14
+++ src/kwset.c 25 Jan 2009 02:07:37 -0000      1.15
@@ -1,5 +1,6 @@
 /* kwset.c - search for any of a set of keywords.
-   Copyright 1989, 1998, 2000, 2005 Free Software Foundation, Inc.
+   Copyright (C) 1989, 1998, 2000, 2005, 2009
+   Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -37,7 +38,7 @@
 #include "obstack.h"
 
 #ifdef GREP
-extern char *xmalloc();
+# include "xalloc.h"
 # undef malloc
 # define malloc xmalloc
 #endif




reply via email to

[Prev in Thread] Current Thread [Next in Thread]