diff options
author | Glenn Morris <rgm@gnu.org> | 2014-06-01 17:18:22 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2014-06-01 17:18:22 -0700 |
commit | 953e106ac84587e765244995687b088969b5f6e1 (patch) | |
tree | a4d54b892e04b9123bc79ecffd69310f5807399e /src/alloc.c | |
parent | eed652d649d28e9dafdb01f9c7425d7d28899e0d (diff) | |
parent | afca0e759015ebc753b0c343ac45ac476dd31e9d (diff) | |
download | emacs-953e106ac84587e765244995687b088969b5f6e1.tar.gz |
Merge from emacs-24; up to 2014-05-29T17:16:00Z!dmantipov@yandex.ru
Diffstat (limited to 'src/alloc.c')
-rw-r--r-- | src/alloc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/alloc.c b/src/alloc.c index d728c356109..60b035e6028 100644 --- a/src/alloc.c +++ b/src/alloc.c @@ -7200,7 +7200,6 @@ union enum char_bits char_bits; enum CHECK_LISP_OBJECT_TYPE CHECK_LISP_OBJECT_TYPE; enum DEFAULT_HASH_SIZE DEFAULT_HASH_SIZE; - enum FLOAT_TO_STRING_BUFSIZE FLOAT_TO_STRING_BUFSIZE; enum Lisp_Bits Lisp_Bits; enum Lisp_Compiled Lisp_Compiled; enum maxargs maxargs; |