Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Jan 1995 10:04:37 +0800 (HKT)
From:      John Beukema <jbeukema@HK.Super.NET>
To:        FreeBSD-hackers <freebsd-hackers@freefall.cdrom.com>
Subject:   String tables
Message-ID:  <Pine.SUN.3.91.950118095120.17748A-100000@is1.hk.super.net>

next in thread | raw e-mail | index | archive | help

I meant 
#define BUS_ERR_COREDMP 11

err_mess(BUS_ERR_COREDMP);

In errmsg_eng.h
syst_err_msg[BUS_ERR_COREDMP] = "Bus error Core dumped";

This is good coding practice and not much more work than scattering 
messages throughout the code. It could be adapted to use Unicode or other 
languages with relatively effort.  The master version would of course be 
in English, the lingua franca.
jbeukema





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.SUN.3.91.950118095120.17748A-100000>