From owner-freebsd-hackers Fri Apr 21 23:12:42 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id XAA10769 for hackers-outgoing; Fri, 21 Apr 1995 23:12:42 -0700 Received: from silvia.HIP.Berkeley.EDU (silvia.HIP.Berkeley.EDU [136.152.64.181]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id XAA10763 ; Fri, 21 Apr 1995 23:12:39 -0700 Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.6.9/8.6.9) id XAA03811; Fri, 21 Apr 1995 23:12:22 -0700 Date: Fri, 21 Apr 1995 23:12:22 -0700 Message-Id: <199504220612.XAA03811@silvia.HIP.Berkeley.EDU> To: rgrimes@gndrsh.aac.dev.com CC: hsu@freefall.cdrom.com, jkh@freefall.cdrom.com, hackers@freefall.cdrom.com In-reply-to: <199504220519.WAA00942@gndrsh.aac.dev.com> (rgrimes@gndrsh.aac.dev.com) Subject: #if instead of .if From: asami@cs.berkeley.edu (Satoshi Asami | =?ISO-2022-JP?B?GyRCQHUbKEI=?= =?ISO-2022-JP?B?GyRCOCsbKEIgGyRCOC0bKEI=?=) Sender: hackers-owner@FreeBSD.org Precedence: bulk * I do not have an answer for this, it was something done at CSRG. It would * be a major rework to change it though! # is already used for comments. If you don't want to get into trouble with things like #if you don't think this is confusing, you are not thinking :p you can't use #. See how much trouble the X/imake folks go through (use XCOMM in their Imakefile, which are replaced with # for Makefile, ugh) to avoid this problem. Satoshi