Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!rutgers!topaz.rutgers.edu!ron From: ron@topaz.rutgers.edu (Ron Natalie) Newsgroups: comp.lang.c Subject: A feature I'd like to see (was C flaws) Message-ID: <15522@topaz.rutgers.edu> Date: Mon, 12-Oct-87 16:42:45 EDT Article-I.D.: topaz.15522 Posted: Mon Oct 12 16:42:45 1987 Date-Received: Tue, 13-Oct-87 07:04:42 EDT References: <1132@gilsys.UUCP> <11480008@hpsmtc1.HP.COM> <313@dg-rtp.UUCP> Organization: Rutgers Univ., New Brunswick, N.J. Lines: 8 One feature I'd like to see in C (or any other language) is the ability to bind an arbitrary C legal name to an arbitrary machine specific external. For example, if I wanted the machine symbol "foo-bar" I could do something like... equivelence int foo_bar "foo-bar"; -Ron