Mercurial > hg > xemacs-beta
diff lwlib/lwlib-config.c @ 80:1ce6082ce73f r20-0b90
Import from CVS: tag r20-0b90
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:06:37 +0200 |
parents | c7528f8e288d |
children | 6b37e6ddd302 |
line wrap: on
line diff
--- a/lwlib/lwlib-config.c Mon Aug 13 09:05:44 2007 +0200 +++ b/lwlib/lwlib-config.c Mon Aug 13 09:06:37 2007 +0200 @@ -14,18 +14,16 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with GNU Emacs; see the file COPYING. If not, write to +along with XEmacs; see the file COPYING. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ - /* This is a kludge to make sure emacs can only link against a version of lwlib that was compiled in the right way. Emacs references symbols which correspond to the way it thinks lwlib was compiled, and if lwlib wasn't compiled in that way, then somewhat meaningful link errors will result. The alternatives to this range from obscure link errors, to obscure - runtime errors that look a lot like bugs. - */ + runtime errors that look a lot like bugs. */ #include "lwlib.h"