Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!cs.utexas.edu!usc!ucsd!ucsdhub!hp-sdd!hp-pcd!hpcvia!brianh From: brianh@hpcvia.CV.HP.COM (brian_helterline) Newsgroups: comp.lang.c Subject: Re: switch statement Message-ID: <31530006@hpcvia.CV.HP.COM> Date: 15 Mar 90 16:05:45 GMT References: <771@dino.cs.iastate.edu> Organization: Hewlett-Packard Co., Corvallis, Oregon Lines: 13 / hpcvia:comp.lang.c / hascall@cs.iastate.edu (John Hascall) / 12:14 pm Mar 13, 1990 / /* If you REALLY hate fall-through on switch statements... */ >#define when break;case >#define or : case >#define otherwise break;default > { example deleted } But everyone knows #define or || is the true meaning ;)