]> git.pld-linux.org Git - packages/vim.git/blame - 6.2.530
- new
[packages/vim.git] / 6.2.530
CommitLineData
fe53742a
AG
1To: vim-dev@vim.org
2Subject: Patch 6.2.530
3Fcc: outbox
4From: Bram Moolenaar <Bram@moolenaar.net>
5Mime-Version: 1.0
6Content-Type: text/plain; charset=ISO-8859-1
7Content-Transfer-Encoding: 8bit
8------------
9
10Patch 6.2.530
11Problem: Warning for missing prototype on the Amiga.
12Solution: Include time.h
13Files: src/version.c
14
15
16*** ../vim-6.2.529/src/version.c Wed May 5 11:54:50 2004
17--- src/version.c Wed May 5 11:56:11 2004
18***************
19*** 10,13 ****
20--- 10,17 ----
21 #include "vim.h"
22
23+ #ifdef AMIGA
24+ # include <time.h> /* for time() */
25+ #endif
26+
27 /*
28 * Vim originated from Stevie version 3.6 (Fish disk 217) by GRWalter (Fred)
29***************
30*** 639,640 ****
31--- 642,645 ----
32 { /* Add new patch number below this line */
33+ /**/
34+ 530,
35 /**/
36
37--
38hundred-and-one symptoms of being an internet addict:
39114. You are counting items, you go "0,1,2,3,4,5,6,7,8,9,A,B,C,D...".
40
41 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
42/// Sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
43\\\ Project leader for A-A-P -- http://www.A-A-P.org ///
44 \\\ Buy at Amazon and help AIDS victims -- http://ICCF.nl/click1.html ///
This page took 0.034941 seconds and 4 git commands to generate.