Skip to content
This repository has been archived by the owner on Nov 18, 2021. It is now read-only.

Commit

Permalink
Whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan Weaver committed Mar 24, 2011
1 parent b35d9eb commit 7065007
Show file tree
Hide file tree
Showing 13 changed files with 6,354 additions and 6,360 deletions.
8 changes: 4 additions & 4 deletions common.mk
Expand Up @@ -18,7 +18,7 @@ RDOCOUT = $(EXTOUT)/rdoc


DMYEXT = dmyext.$(OBJEXT) DMYEXT = dmyext.$(OBJEXT)
MAINOBJ = main.$(OBJEXT) MAINOBJ = main.$(OBJEXT)
EXTOBJS = EXTOBJS =
DLDOBJS = $(DMYEXT) DLDOBJS = $(DMYEXT)


OBJS = array.$(OBJEXT) \ OBJS = array.$(OBJEXT) \
Expand Down Expand Up @@ -107,7 +107,7 @@ install-all: install-nodoc install-doc


install-nodoc: pre-install-nodoc do-install-nodoc post-install-nodoc install-nodoc: pre-install-nodoc do-install-nodoc post-install-nodoc
pre-install-nodoc:: pre-install-local pre-install-ext pre-install-nodoc:: pre-install-local pre-install-ext
do-install-nodoc: do-install-nodoc:
$(MINIRUBY) $(srcdir)/instruby.rb --make="$(MAKE)" $(INSTRUBY_ARGS) --mantype="$(MANTYPE)" $(MINIRUBY) $(srcdir)/instruby.rb --make="$(MAKE)" $(INSTRUBY_ARGS) --mantype="$(MANTYPE)"
post-install-nodoc:: post-install-local post-install-ext post-install-nodoc:: post-install-local post-install-ext


Expand Down Expand Up @@ -181,7 +181,7 @@ no-install-all: no-install-nodoc
what-where-nodoc: no-install-nodoc what-where-nodoc: no-install-nodoc
no-install-nodoc: pre-no-install-nodoc dont-install-nodoc post-no-install-nodoc no-install-nodoc: pre-no-install-nodoc dont-install-nodoc post-no-install-nodoc
pre-no-install-nodoc:: pre-no-install-local pre-no-install-ext pre-no-install-nodoc:: pre-no-install-local pre-no-install-ext
dont-install-nodoc: dont-install-nodoc:
$(MINIRUBY) $(srcdir)/instruby.rb -n --make="$(MAKE)" $(INSTRUBY_ARGS) --mantype="$(MANTYPE)" $(MINIRUBY) $(srcdir)/instruby.rb -n --make="$(MAKE)" $(INSTRUBY_ARGS) --mantype="$(MANTYPE)"
post-no-install-nodoc:: post-no-install-local post-no-install-ext post-no-install-nodoc:: post-no-install-local post-no-install-ext


Expand Down Expand Up @@ -354,7 +354,7 @@ dl_os2.$(OBJEXT): {$(VPATH)}dl_os2.c
ia64.$(OBJEXT): {$(VPATH)}ia64.s ia64.$(OBJEXT): {$(VPATH)}ia64.s
$(CC) $(CFLAGS) -c $< $(CC) $(CFLAGS) -c $<


# when I use -I., there is confliction at "OpenFile" # when I use -I., there is confliction at "OpenFile"
# so, set . into environment varible "include" # so, set . into environment varible "include"
win32.$(OBJEXT): {$(VPATH)}win32.c win32.$(OBJEXT): {$(VPATH)}win32.c


Expand Down
22 changes: 8 additions & 14 deletions configure.in
Expand Up @@ -134,7 +134,7 @@ if test "$fat_binary" != no; then


# /usr/lib/arch_tool -archify_list $TARGET_ARCHS # /usr/lib/arch_tool -archify_list $TARGET_ARCHS
ARCH_FLAG= ARCH_FLAG=
for archs in $TARGET_ARCHS for archs in $TARGET_ARCHS
do do
ARCH_FLAG="$ARCH_FLAG -arch $archs" ARCH_FLAG="$ARCH_FLAG -arch $archs"
done done
Expand All @@ -152,12 +152,6 @@ AC_ARG_ENABLE(frame-address,
if test $frame_address = yes; then if test $frame_address = yes; then
AC_DEFINE(USE_BUILTIN_FRAME_ADDRESS) AC_DEFINE(USE_BUILTIN_FRAME_ADDRESS)
fi fi
AC_ARG_ENABLE(trace-newobj,
[ --enable-trace-newobj enable rb_newobj tracer. ],
[trace_newobj=$enableval])
if test "$trace_newobj" = yes; then
AC_DEFINE(TRACE_NEWOBJ)
fi
AC_ARG_ENABLE(gc-debug, AC_ARG_ENABLE(gc-debug,
[ --enable-gc-debug enable additional GC API methods, debugging, and statistics. ], [ --enable-gc-debug enable additional GC API methods, debugging, and statistics. ],
[gc_debug=$enableval]) [gc_debug=$enableval])
Expand Down Expand Up @@ -386,7 +380,7 @@ AC_CHECK_DECLS([sys_nerr], [], [], [$ac_includes_default
#include <errno.h>]) #include <errno.h>])


dnl whether link libc_r or not dnl whether link libc_r or not
AC_ARG_WITH(libc_r, AC_ARG_WITH(libc_r,
[ --with-libc_r link libc_r if possible (FreeBSD only)], [ [ --with-libc_r link libc_r if possible (FreeBSD only)], [
case $withval in case $withval in
yes) with_libc_r=yes;; yes) with_libc_r=yes;;
Expand Down Expand Up @@ -635,7 +629,7 @@ AC_CACHE_CHECK(for __builtin_setjmp, ac_cv_func___builtin_setjmp,
test x$ac_cv_func__longjmp = xno && ac_cv_func__setjmp=no test x$ac_cv_func__longjmp = xno && ac_cv_func__setjmp=no


AC_MSG_CHECKING(for setjmp type) AC_MSG_CHECKING(for setjmp type)
AC_ARG_WITH(setjmp-type, AC_ARG_WITH(setjmp-type,
[ --with-setjmp-type select setjmp type], [ [ --with-setjmp-type select setjmp type], [
case $withval in case $withval in
__builtin_setjmp) setjmp_prefix=__builtin_;; __builtin_setjmp) setjmp_prefix=__builtin_;;
Expand Down Expand Up @@ -813,7 +807,7 @@ main()
fi fi


AC_FUNC_GETPGRP AC_FUNC_GETPGRP
AC_FUNC_SETPGRP AC_FUNC_SETPGRP


AC_C_BIGENDIAN AC_C_BIGENDIAN
AC_C_CONST AC_C_CONST
Expand Down Expand Up @@ -1076,8 +1070,8 @@ fi
dnl default value for $KANJI dnl default value for $KANJI
DEFAULT_KCODE="KCODE_NONE" DEFAULT_KCODE="KCODE_NONE"


AC_ARG_WITH(default-kcode, AC_ARG_WITH(default-kcode,
[ --with-default-kcode=CODE specify default value for \$KCODE (utf8|euc|sjis|none)], [ --with-default-kcode=CODE specify default value for \$KCODE (utf8|euc|sjis|none)],
[case $withval in [case $withval in
utf8) DEFAULT_KCODE="KCODE_UTF8";; utf8) DEFAULT_KCODE="KCODE_UTF8";;
euc) DEFAULT_KCODE="KCODE_EUC";; euc) DEFAULT_KCODE="KCODE_EUC";;
Expand All @@ -1088,7 +1082,7 @@ AC_ARG_WITH(default-kcode,
AC_DEFINE_UNQUOTED(DEFAULT_KCODE, $DEFAULT_KCODE) AC_DEFINE_UNQUOTED(DEFAULT_KCODE, $DEFAULT_KCODE)


dnl wheather use dln_a_out or not dnl wheather use dln_a_out or not
AC_ARG_WITH(dln-a-out, AC_ARG_WITH(dln-a-out,
[ --with-dln-a-out use dln_a_out if possible], [ [ --with-dln-a-out use dln_a_out if possible], [
case $withval in case $withval in
yes) with_dln_a_out=yes;; yes) with_dln_a_out=yes;;
Expand Down Expand Up @@ -1313,7 +1307,7 @@ if test "$ac_cv_header_a_out_h" = yes; then
#define USE_DLN_A_OUT #define USE_DLN_A_OUT
#include "dln.c" #include "dln.c"
], ],
[], [],
rb_cv_dln_a_out=yes, rb_cv_dln_a_out=yes,
rb_cv_dln_a_out=no)]) rb_cv_dln_a_out=no)])
if test "$rb_cv_dln_a_out" = yes; then if test "$rb_cv_dln_a_out" = yes; then
Expand Down

0 comments on commit 7065007

Please sign in to comment.