+2007-10-28 Juanma Barranquero <lekktu@gmail.com>
+
+ * makefile.w32-in (OBJ1): Remove abbrev.$(O).
+ ($(BLD)/abbrev.$(O)): Remove.
+
2007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
Rewrite abbrev.c in Elisp.
2007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
* frame.h (struct frame): Move all bit fields after the first bit
- field to take advantage of the available space. Group all the
+ field to take advantage of the available space. Group all the
chars together to reduce wasted space due to padding.
2007-10-26 Juanma Barranquero <lekktu@gmail.com>
#
OBJ0 = $(BLD)/emacs.$(O)
-OBJ1 = $(BLD)/abbrev.$(O) \
- $(BLD)/alloc.$(O) \
+OBJ1 = $(BLD)/alloc.$(O) \
$(BLD)/atimer.$(O) \
$(BLD)/buffer.$(O) \
$(BLD)/bytecode.$(O) \
EMACS_ROOT = ..
SRC = .
-$(BLD)/abbrev.$(O) : \
- $(SRC)/abbrev.c \
- $(EMACS_ROOT)/src/s/ms-w32.h \
- $(EMACS_ROOT)/src/m/intel386.h \
- $(EMACS_ROOT)/src/config.h \
- $(SRC)/buffer.h \
- $(SRC)/charset.h \
- $(SRC)/commands.h \
- $(SRC)/dispextern.h \
- $(SRC)/syntax.h \
- $(SRC)/w32bdf.h \
- $(SRC)/w32gui.h \
- $(SRC)/window.h
-
$(BLD)/alloc.$(O) : \
$(SRC)/alloc.c \
$(EMACS_ROOT)/src/s/ms-w32.h \