Changeset 9be65c in git for kernel/ring.h
- Timestamp:
- Jul 22, 2009, 1:13:42 PM (14 years ago)
- Branches:
- (u'spielwiese', 'd0474371d8c5d8068ab70bfb42719c97936b18a6')
- Children:
- 74725c7cfbc1958fb1ed15799db5cad604ec9c0d
- Parents:
- 398e356af90a233e52f0e75963d68f0926efab9c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/ring.h
r398e35 r9be65c 7 7 * ABSTRACT - the interpreter related ring operations 8 8 */ 9 /* $Id: ring.h,v 1.4 2 2009-07-20 12:00:51 motsakExp $ */9 /* $Id: ring.h,v 1.43 2009-07-22 11:13:42 seelisch Exp $ */ 10 10 11 11 /* includes */ … … 47 47 { 48 48 #ifdef HAVE_PLURAL 49 nc_struct *n;49 /* nc_struct *n; */ 50 50 return (r != NULL) /* && ((n=r->GetNC()) != NULL) */ 51 51 && (r->real_var_start>1);
Note: See TracChangeset
for help on using the changeset viewer.