~ubuntu-branches/ubuntu/vivid/psicode/vivid

« back to all changes in this revision

Viewing changes to src/lib/libdpd/file4_init.c

  • Committer: Bazaar Package Importer
  • Author(s): Michael Banck
  • Date: 2008-06-07 16:49:57 UTC
  • mfrom: (2.1.2 hardy)
  • Revision ID: james.westby@ubuntu.com-20080607164957-8pifvb133yjlkagn
Tags: 3.3.0-3
* debian/rules (DEB_MAKE_CHECK_TARGET): Do not abort test suite on
  failures.
* debian/rules (DEB_CONFIGURE_EXTRA_FLAGS): Set ${bindir} to /usr/lib/psi.
* debian/rules (install/psi3): Move psi3 file to /usr/bin.
* debian/patches/07_464867_move_executables.dpatch: New patch, add
  /usr/lib/psi to the $PATH, so that the moved executables are found.
  (closes: #464867)
* debian/patches/00list: Adjusted.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#include <stdio.h>
2
2
#include <stdlib.h>
 
3
#include <string.h>
3
4
#include <libpsio/psio.h>
4
5
#include "dpd.h"
5
6
#define EXTERN
19
20
**   char *label: A string labelling for this buffer.
20
21
*/
21
22
 
22
 
#define DPD_BIGNUM 2147483647 /* the four-byte signed int limit */
23
 
 
24
23
int dpd_file4_init(dpdfile4 *File, int filenum, int irrep, int pqnum,
25
24
                   int rsnum,  char *label)
26
25
{