Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!cmcl2!rutgers!ucla-cs!zen!ucbvax!hplabs!hp-pcd!hpcvlo!craig From: craig@hpcvlo.HP.COM (Craig Durland) Newsgroups: comp.lang.c Subject: Re: Commenting Tools Message-ID: <2260001@hpcvlo.HP.COM> Date: Tue, 15-Sep-87 14:52:16 EDT Article-I.D.: hpcvlo.2260001 Posted: Tue Sep 15 14:52:16 1987 Date-Received: Fri, 18-Sep-87 07:12:14 EDT References: <9281@brl-adm.ARPA> Organization: Hewlett-Packard Co., Corvallis, OR, USA Lines: 7 I noticed lines like the following in the etags posting: in routine xmalloc(): int result = malloc(size); and of course other lines like char *dp = (char *) xmalloc(...) This seems like a rather blatant disreguard of machines where sizeof(int)!=sizeof(char *) and the program tanks my Intel cpu. Anybody got etags to work on a Intel cpu? (just changing xmalloc() and xrealloc() is not enough).