diff options
author | Ronald Oussoren <ronaldoussoren@mac.com> | 2006-06-07 19:02:03 +0000 |
---|---|---|
committer | Ronald Oussoren <ronaldoussoren@mac.com> | 2006-06-07 19:02:03 +0000 |
commit | 32f5d8f1b153be33be42df82eb0f04c42006db54 (patch) | |
tree | 7f3565bf290417baa9d0c13bb762b831edbd126c /Mac/OSX/PythonLauncher/doscript.h | |
parent | 0e5b70d417ef5056007e84581e2843b97e254af8 (diff) | |
download | cpython-git-32f5d8f1b153be33be42df82eb0f04c42006db54.tar.gz |
Move Mac/OSX/* one level up
Diffstat (limited to 'Mac/OSX/PythonLauncher/doscript.h')
-rw-r--r-- | Mac/OSX/PythonLauncher/doscript.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/Mac/OSX/PythonLauncher/doscript.h b/Mac/OSX/PythonLauncher/doscript.h deleted file mode 100644 index eef0b5641f..0000000000 --- a/Mac/OSX/PythonLauncher/doscript.h +++ /dev/null @@ -1,12 +0,0 @@ -/* - * doscript.h - * PythonLauncher - * - * Created by Jack Jansen on Wed Jul 31 2002. - * Copyright (c) 2002 __MyCompanyName__. All rights reserved. - * - */ - -#include <Carbon/Carbon.h> - -extern int doscript(const char *command);
\ No newline at end of file |