From 3235ad9a2cd717df901853ad5220a4aaffae84a9 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 23 Aug 1995 19:30:23 +0000 Subject: Support for variable length names added to Object Handler. This supports both fixed length "raw" names and strings from the API's point of view. Both inline and macro implementations were tested. --- testsuites/samples/base_mp/apptask.c | 2 +- testsuites/samples/base_mp/system.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'testsuites/samples/base_mp') diff --git a/testsuites/samples/base_mp/apptask.c b/testsuites/samples/base_mp/apptask.c index cee3b88bf5..4f0bc72c74 100644 --- a/testsuites/samples/base_mp/apptask.c +++ b/testsuites/samples/base_mp/apptask.c @@ -17,7 +17,7 @@ * to the copyright license under the clause at DFARS 252.227-7013. This * notice must appear in all copies of this file and its derivatives. * - * apptask.c,v 1.2 1995/05/31 17:05:14 joel Exp + * $Id$ */ #include "system.h" diff --git a/testsuites/samples/base_mp/system.h b/testsuites/samples/base_mp/system.h index 25738a5d4c..38b20afb5c 100644 --- a/testsuites/samples/base_mp/system.h +++ b/testsuites/samples/base_mp/system.h @@ -11,7 +11,7 @@ * to the copyright license under the clause at DFARS 252.227-7013. This * notice must appear in all copies of this file and its derivatives. * - * system.h,v 1.2 1995/05/31 17:05:21 joel Exp + * $Id$ */ #include -- cgit v1.2.3