Staging
v0.5.1
https://github.com/python/cpython
Revision 66d8ce510ab79c566a68eaeeab19494450368581 authored by Mark Dickinson on 27 September 2009, 16:17:37 UTC, committed by Mark Dickinson on 27 September 2009, 16:17:37 UTC
1 parent 7794da6
Raw File
Tip revision: 66d8ce510ab79c566a68eaeeab19494450368581 authored by Mark Dickinson on 27 September 2009, 16:17:37 UTC
Remove unused variable.
Tip revision: 66d8ce5
doscript.h
/*
 *  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);
back to top