Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site wateng.UUCP Path: utzoo!watmath!watdaisy!wateng!ksbszabo From: ksbszabo@wateng.UUCP (Kevin S. B. Szabo) Newsgroups: net.sources Subject: Small bug in calls.c Message-ID: <623@wateng.UUCP> Date: Wed, 21-Dec-83 15:36:38 EST Article-I.D.: wateng.623 Posted: Wed Dec 21 15:36:38 1983 Date-Received: Thu, 22-Dec-83 04:58:47 EST Organization: U of Waterloo, Ontario Lines: 16 I have used calls(1) which was distributed some time ago, and noticed a small bug. Calls does not recognize '_' as a valid character in function names. This change should fix it. diff calls.c calls.old 218c218 < for(i=0; isalpha(c) || isdigit(c) || (c == '_') ; i++){ --- > for(i=0; isalpha(c) || isdigit(c) ; i++){ Thanks to M.M.Taylor (DCIEM) & Alexis Kwan (HCR for DCIEM) for sending out the source..... -- Kevin Szabo watmath!wateng!ksbszabo (E.E. U of Waterloo)