summaryrefslogtreecommitdiff
path: root/mysys/Makefile.am
diff options
context:
space:
mode:
authorunknown <monty@hundin.mysql.fi>2002-06-28 09:18:23 +0300
committerunknown <monty@hundin.mysql.fi>2002-06-28 09:18:23 +0300
commitd7a84c7af0e1eb166c48ce7a7c3e3dca83f43baf (patch)
treecc96a38fba045126d5ddd2d125e830e1c2786a7e /mysys/Makefile.am
parent5e5d70399c249607352c1321c59e3f8eb38e43ab (diff)
downloadmariadb-git-d7a84c7af0e1eb166c48ce7a7c3e3dca83f43baf.tar.gz
Indentation cleanup & new comments
BitKeeper/deleted/.del-getvar.c~2a29ff383970fd31: Delete: mysys/getvar.c zlib/zlib.dsp: Turn on EOLN_NATIVE flag libmysql/Makefile.shared: Remove getvar.c myisam/mi_cache.c: Indentation cleanup myisam/mi_check.c: Indentation cleanup Changed name of a variable myisam/sort.c: Indentation cleanup Added initialization of a variable myisammrg/myrg_delete.c: Indentation cleanup myisammrg/myrg_rsame.c: Indentation cleanup myisammrg/myrg_update.c: Indentation cleanup myisammrg/myrg_write.c: Indentation cleanup mysys/Makefile.am: removed getvar.c sql/field.cc: Added warning counter to overflow() (and removed this from other places)
Diffstat (limited to 'mysys/Makefile.am')
-rw-r--r--mysys/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysys/Makefile.am b/mysys/Makefile.am
index 229c7222725..afaa82a8777 100644
--- a/mysys/Makefile.am
+++ b/mysys/Makefile.am
@@ -44,7 +44,7 @@ libmysys_a_SOURCES = my_init.c my_getwd.c mf_getdate.c\
my_delete.c my_rename.c my_redel.c my_tempnam.c \
my_chsize.c my_lread.c my_lwrite.c my_clock.c \
my_quick.c my_lockmem.c my_static.c \
- my_getopt.c getvar.c my_mkdir.c \
+ my_getopt.c my_mkdir.c \
default.c my_compress.c checksum.c raid.cc \
my_net.c \
my_vsnprintf.c charset.c my_bitmap.c my_bit.c md5.c \