~ubuntu-branches/ubuntu/raring/yorick/raring

« back to all changes in this revision

Viewing changes to yorick/opsv.c

  • Committer: Bazaar Package Importer
  • Author(s): Thibaut Paumard
  • Date: 2010-05-06 17:47:18 UTC
  • mfrom: (1.2.1 upstream) (6.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20100506174718-j26zbusz02k8hf6t
Tags: 2.1.06+dfsg-2
Deactivate check suite on MIPS due to bug #580524.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * $Id: opsv.c,v 1.3 2007/04/06 22:04:33 thiebaut Exp $
 
2
 * $Id: opsv.c,v 1.4 2010/02/28 21:52:29 dhmunro Exp $
3
3
 *
4
4
 * Load up virtual functions for the various DataBlock and Symbol types.
5
5
 */
671
671
  if (globTab[index].ops==&dataBlockSym &&
672
672
      globTab[index].value.db==&nilDB) {
673
673
    globTab[index].value.db= (DataBlock *)Ref(base);
674
 
    Unref(&nilDB);
 
674
    UnrefNC(&nilDB);
675
675
  }
676
676
}
677
677