]> git.eshelyaron.com Git - emacs.git/commitdiff
(SIGNALS_VIA_CHARACTERS): Remove, already defined in bsd-common.h
authorDan Nicolaescu <dann@ics.uci.edu>
Mon, 27 Jul 2009 17:52:17 +0000 (17:52 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Mon, 27 Jul 2009 17:52:17 +0000 (17:52 +0000)
src/ChangeLog
src/s/netbsd.h

index bc3f9b57ba4dacf75b2f3de3b20f12a91f0dd5aa..4dd53f21981de448c28427b03d9bd7b6df279227 100644 (file)
@@ -1,3 +1,7 @@
+2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * s/netbsd.h (SIGNALS_VIA_CHARACTERS): Remove, already defined in bsd-common.h
+
 2009-07-27  Kenichi Handa  <handa@m17n.org>
 
        * xfaces.c (face_with_height): Call font_clear_prop.
index 93c03dda2dba0f8c289a8a65e6f494f3bf736a6e..81fba0440f736f707e3cc6e2f8c2c207544d7bac 100644 (file)
@@ -33,8 +33,6 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 #undef LDAV_SYMBOL
 #define HAVE_GETLOADAVG 1
 
-#define SIGNALS_VIA_CHARACTERS
-
 #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base)
 
 /* netbsd uses OXTABS instead of the expected TAB3.  */