Mercurial > hg > xemacs-beta
diff lwlib/lwlib-config.c @ 70:131b0175ea99 r20-0b30
Import from CVS: tag r20-0b30
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:02:59 +0200 |
parents | 9ee227acff29 |
children | c7528f8e288d |
line wrap: on
line diff
--- a/lwlib/lwlib-config.c Mon Aug 13 09:00:04 2007 +0200 +++ b/lwlib/lwlib-config.c Mon Aug 13 09:02:59 2007 +0200 @@ -14,16 +14,17 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License -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. */ +along with GNU Emacs; see the file COPYING. If not, write to +the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, 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"