9e3377b8b3
macro to supply underscores for externals.
19 lines
531 B
Plaintext
19 lines
531 B
Plaintext
#
|
|
# Copyright (c) 2000 Robert Nordier
|
|
# All rights reserved.
|
|
#
|
|
# Redistribution and use in source and binary forms are freely
|
|
# permitted provided that the above copyright notice and this
|
|
# paragraph and the following disclaimer are duplicated in all
|
|
# such forms.
|
|
#
|
|
# This software is provided "AS IS" and without any express or
|
|
# implied warranties, including, without limitation, the implied
|
|
# warranties of merchantability and fitness for a particular
|
|
# purpose.
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
define(_,`ifelse(OBJFORMAT,`aout',`_$1',`$1')')
|