Changeset a8976e in git
- Timestamp:
- Feb 7, 2007, 11:42:54 AM (16 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
- Children:
- 05504b735fd208c0d8028f3cb963e12785b0297d
- Parents:
- a797f0fe86f865a99b1f1d6b3b5f7f148de4fb39
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/p_Procs_Dynamic.cc
ra797f0 ra8976e 7 7 * Author: obachman (Olaf Bachmann) 8 8 * Created: 12/00 9 * Version: $Id: p_Procs_Dynamic.cc,v 1. 1.1.1 2003-10-06 12:16:00Singular Exp $9 * Version: $Id: p_Procs_Dynamic.cc,v 1.2 2007-02-07 10:42:54 Singular Exp $ 10 10 *******************************************************************/ 11 11 #include "mod2.h" … … 176 176 p_LengthEnum_2_String(length), 177 177 p_OrdEnum_2_String(ord)); 178 // printf("set %s\n",proc_name); 178 179 // first, try to get the proc from the kernel 179 180 proc_ptr = dynl_sym(DYNL_KERNEL_HANDLE, proc_name);
Note: See TracChangeset
for help on using the changeset viewer.