From e38636b22c17685dca58131beb88e67870ce48f6 Mon Sep 17 00:00:00 2001 From: David Lichteblau Date: Fri, 10 Aug 2012 21:05:40 +0200 Subject: [PATCH] Remove executable mode from several source files --- 0 files changed mode change 100755 => 100644 src/code/early-time.lisp mode change 100755 => 100644 src/compiler/x86/c-call.lisp mode change 100755 => 100644 src/runtime/gc-common.c mode change 100755 => 100644 src/runtime/gencgc.c mode change 100755 => 100644 src/runtime/win32-os.c diff --git a/src/code/early-time.lisp b/src/code/early-time.lisp old mode 100755 new mode 100644 diff --git a/src/compiler/x86/c-call.lisp b/src/compiler/x86/c-call.lisp old mode 100755 new mode 100644 diff --git a/src/runtime/gc-common.c b/src/runtime/gc-common.c old mode 100755 new mode 100644 diff --git a/src/runtime/gencgc.c b/src/runtime/gencgc.c old mode 100755 new mode 100644 diff --git a/src/runtime/win32-os.c b/src/runtime/win32-os.c old mode 100755 new mode 100644 -- 1.7.10.4