Changeset f4b7ce8 in git
- Timestamp:
- Jan 8, 2014, 3:18:42 PM (10 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- ca277aa70d8c13fa34484513dd54c2ba362b52f3
- Parents:
- fc2f762f90dc115bc70d7fee1ba7ce991e32ff62
- Location:
- Singular
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/attrib.cc
rfc2f76 rf4b7ce8 109 109 } 110 110 111 #if 0 111 112 void * atGet(idhdl root,const char * name) 112 113 { … … 128 129 return NULL; 129 130 } 131 #endif 130 132 131 133 void * atGet(idhdl root,const char * name, int t, void *defaultReturnValue) … … 228 230 root->attribute = NULL; 229 231 } 232 230 233 void at_KillAll(leftv root, const ring r) 231 234 { -
Singular/attrib.h
rfc2f76 rf4b7ce8 31 31 }; 32 32 33 void * atGet(idhdl root,const char * name);34 void * atGet(leftv root,const char * name);33 //void * atGet(idhdl root,const char * name); 34 //void * atGet(leftv root,const char * name); 35 35 void * atGet(idhdl root,const char * name, int t, void *defaultReturnValue = NULL); 36 36 void * atGet(leftv root,const char * name, int t);
Note: See TracChangeset
for help on using the changeset viewer.