Skip to content

Commit

Permalink
Remove empty line used to force CVS to update the $Id date string format
Browse files Browse the repository at this point in the history
  • Loading branch information
yangtse committed May 19, 2009
1 parent f96204d commit 4677778
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 10 deletions.
1 change: 0 additions & 1 deletion docs/Makefile.am
Expand Up @@ -39,4 +39,3 @@ pdf: $(PDFPAGES)
rm $$foo.ps; \
echo "converted $< to $@")


1 change: 0 additions & 1 deletion docs/examples/getinfo.c
Expand Up @@ -40,4 +40,3 @@ int main(void)
}
return 0;
}

1 change: 0 additions & 1 deletion docs/examples/http-post.c
Expand Up @@ -33,4 +33,3 @@ int main(void)
}
return 0;
}

1 change: 0 additions & 1 deletion lib/Makefile.b32
Expand Up @@ -88,4 +88,3 @@ $(LIBCURL_DLL) $(LIBCURL_IMPLIB): $(OBJECTS) $(LINKLIB)
$(LD) $(LDFLAGS) -e$(LIBCURL_DLL) $**
$(IMPLIB) $(LIBCURL_IMPLIB) $(LIBCURL_DLL)


1 change: 0 additions & 1 deletion lib/README.curlx
Expand Up @@ -60,4 +60,3 @@ FUTURE
curlx_mvsprintf
curlx_mvprintf
curlx_mvfprintf

1 change: 0 additions & 1 deletion packages/Solaris/Makefile.am
Expand Up @@ -37,4 +37,3 @@ package:
mkdir ./tmp
pkgmk -o -d ./tmp
pkgtrans -so ./tmp ${top_srcdir}/../${PKGADD_FILE} ${PKGADD_PKG}

1 change: 0 additions & 1 deletion packages/vms/defines.com
Expand Up @@ -12,7 +12,6 @@ $!
$! 8-FEB-2005, MSK, changed the openssl, libssl and libcrypto defines
$! to not override previously defined logicals.
$!
$!
$ proc = f$environment( "PROCEDURE")
$ thisdev = f$parse( proc,,,"DEVICE")
$ thisdir = f$parse( proc,,,"DIRECTORY") - ".PACKAGES.VMS]"
Expand Down
1 change: 0 additions & 1 deletion packages/vms/readme
Expand Up @@ -65,4 +65,3 @@ This is not done automatically, since the .MSG file is a hand edit
of the relevant stuff from the CURL.H file. If you want to do this
yourself you'll need the SDL package from the freeware CD.


1 change: 0 additions & 1 deletion sample.emacs
Expand Up @@ -44,4 +44,3 @@ nil HOOK is executed and the rest of the hooks are ignored."
'((string-match "other" (buffer-file-name)) . other-c-mode-common-hook))
;; Make sure the default style is appended.
(add-hook 'my-style-selective-mode-hook '(t . my-c-mode-common-hook) t)

1 change: 0 additions & 1 deletion src/Makefile.b32
Expand Up @@ -88,4 +88,3 @@ hugehelp.c: hugehelp.c.cvs
@$(CP) $** $@



0 comments on commit 4677778

Please sign in to comment.