Changeset fde597 in git for kernel/mod_raw.cc
- Timestamp:
- Jun 7, 2006, 12:47:25 PM (17 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 32ed4fc37e1059f0d3c41fabbf67bc1a35b74faa
- Parents:
- 54e84caff739c3553691638a0b6127d496e50d1f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/mod_raw.cc
r54e84ca rfde597 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: mod_raw.cc,v 1.1 0 2006-05-09 12:01:11 brickenExp $ */4 /* $Id: mod_raw.cc,v 1.11 2006-06-07 10:47:25 Singular Exp $ */ 5 5 /* 6 6 * ABSTRACT: machine depend code for dynamic modules … … 205 205 #endif 206 206 207 #ifdef sparc64_Linux 208 #define HAVE_ELF_SYSTEM 209 #endif 210 207 211 #if defined(HAVE_ELF_SYSTEM) 208 212 #include <dlfcn.h>
Note: See TracChangeset
for help on using the changeset viewer.