From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,8fb7b63f98a7ef15,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-07-13 08:51:04 PST Path: archiver1.google.com!newsfeed.google.com!postnews1.google.com!not-for-mail From: mraikes@vt.edu (Matt Raikes) Newsgroups: comp.lang.ada Subject: file size Date: 13 Jul 2001 08:51:04 -0700 Organization: http://groups.google.com/ Message-ID: NNTP-Posting-Host: 204.245.128.36 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 995039464 4534 127.0.0.1 (13 Jul 2001 15:51:04 GMT) X-Complaints-To: groups-support@google.com NNTP-Posting-Date: 13 Jul 2001 15:51:04 GMT Xref: archiver1.google.com comp.lang.ada:9913 Date: 2001-07-13T15:51:04+00:00 List-Id: I am getting an error when i compile that seems to disagree with the size of the file. This particular file is extremely large and so i figured i would divide it into two and then put something like this at the top to allow the two files to share original file: use new_package; new file: use old_package; is this going to work??