Smaller updates:
constant use of longjmp conflict with python headers win32 support dll support
This commit is contained in:
@@ -3244,9 +3244,9 @@ is_matrix(void)
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
void init_matrix( void );
|
||||
X_API void init_matrix( void );
|
||||
|
||||
void
|
||||
X_API void
|
||||
init_matrix(void)
|
||||
{
|
||||
AtomC = YAP_LookupAtom("c");
|
||||
|
Reference in New Issue
Block a user