Newsgroups: fj.comp.texhax
Path: galaxy.trc.rwcp.or.jp!jaist-news!cs.titech!minohara
From: minohara@cs.titech.ac.jp (Takashi MINOHARA <JS1RNC>)
Subject: Re: jdvi2kps on HPUX 8.07
In-Reply-To: ogitsu@thema.ims.tsukuba.ac.jp's message of 30 Nov 92 19:30:14 GMT
Message-ID: <ByKB33.HLs@cs.titech.ac.jp>
Lines: 29
Sender: news@cs.titech.ac.jp (Usenet News System)
Nntp-Posting-Host: yawara
Organization: Department of Computer Science, Tokyo Institute of Technology
References: <OGITSU.92Nov30113014@thema.ims.tsukuba.ac.jp>
Distribution: fj
Date: Tue, 1 Dec 1992 03:59:26 GMT
Xref: galaxy.trc.rwcp.or.jp fj.comp.texhax:3048
X-originally-archived-at: http://galaxy.rwcp.or.jp/text/cgi-bin/newsarticle2?ng=fj.comp.texhax&nb=3048&hd=a
X-reformat-date: Mon, 18 Oct 2004 15:18:22 +0900
X-reformat-comment: Tabs were expanded into 4 column tabstops by the Galaxy's archiver. See http://katsu.watanabe.name/ancientfj/galaxy-format.html for more info.

$BEl9)Bg$NL,86$G$9!%(B

In article <OGITSU.92Nov30113014@thema.ims.tsukuba.ac.jp> ogitsu@thema.ims.tsukuba.ac.jp (Tadashi Ogitsu) writes:

   $B:G6a!"(BHP750$B$,F~$j!"$=$N>e$G(BASCII-jtex$B$r%$%s%9%H!<%k$7$F$$$^$9!#%W%j%s(B
   $B%?!<$,!"%]%9%H%9%/%j%W%H$J$N$G!"(Bjdvi2kps3.0$B$r%$%s%9%H!<%k$7$h$&$H$7$F(B
   $B$$$^$9$,!"%3%s%Q%$%k$O$&$^$/$$$/$N$G$9$,!"F0$+$9$H!"(BBus error$B$G(Bcore
   dump$B$7$F$7$^$$$^$9!#(B

double$B7?$r(B8$B%P%$%H6-3&$KCV$/$h$&$KJQ99$9$kI,MW$,$"$j$^$9!%$3$A$i$G$O!$(B
font.c$B$K0J2<$N$h$&$JJQ99$r2C$($F$$$^$9!%(B

  AllocMemory(size)
  register ulong size;
  {
+ #ifdef hpux    
+   size = ((size + 7) / 8) * 8; /* align into 8 bytes boundary for HP */
+ #else
    size = ((size + 3) / 4) * 4; /* align into 4 bytes boundary for SUN4 */
+ #endif  
  #ifdef DEBUG
    if (size > 10000)
      prerror("AllocMemory: Allocate %d bytes\n", size);


--
$BL,86(B  $BN4(B ( Takashi MINOHARA )
minohara@cs.titech.ac.jp
NIFTY-Serve: HGA00352
