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

« back to all changes in this revision

Viewing changes to yorick/clog.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: clog.c,v 1.3 2009/05/22 04:02:26 dhmunro Exp $
 
2
 * $Id: clog.c,v 1.4 2010/02/28 21:52:29 dhmunro Exp $
3
3
 * Define routines to handle Contents Log (CLOG) language
4
4
 */
5
5
/* Copyright (c) 2005, The Regents of the University of California.
985
985
  base->order= order;
986
986
  if (seqFlag) base->addressType= 2;
987
987
  if (seqFlag==2) {
988
 
    base->model= Ref(&pointerStruct);
 
988
    base->model= RefNC(&pointerStruct);
989
989
    base->Convert= &PDBconvert;
990
990
  }
991
991
  if (flag) base->fpLayout= MakeFPLayout(&fpLayout, size);