Update of /cvsroot/monetdb/MonetDB/src/testing
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv5873
Modified Files:
helpers.c helpers.h
Log Message:
removed obsolete "strconcat()" function
Index: helpers.h
===================================================================
RCS file: /cvsroot/monetdb/MonetDB/src/testing/helpers.h,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- helpers.h 3 Jan 2007 12:21:13 -0000 1.12
+++ helpers.h 9 Sep 2007 11:39:05 -0000 1.13
@@ -28,7 +28,6 @@
FILE *Rfopen(char *name);
FILE *Wfopen(char *name);
FILE *Afopen(char *name);
-char *strconcat(char *a, char *b);
int isalpha_(int c);
char *filename(char *path);
char *tmpdir(void);
Index: helpers.c
===================================================================
RCS file: /cvsroot/monetdb/MonetDB/src/testing/helpers.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- helpers.c 3 Jan 2007 12:21:12 -0000 1.16
+++ helpers.c 9 Sep 2007 11:39:05 -0000 1.17
@@ -81,18 +81,6 @@
/* Afopen */
-char *
-strconcat(char *a, char *b)
-{
- char *s = (char *) malloc(strlen(a) + strlen(b) + 1);
-
- sprintf(s, "%s%s", a, b);
- return s;
-}
-
-/* strconcat */
-
-
int
isalpha_(int c)
{
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins