1
0
mirror of https://github.com/akelge/zsh synced 2025-07-04 05:29:06 +00:00

Fixed up templating system

This commit is contained in:
2009-04-01 15:05:41 +00:00
parent cf2f06bc21
commit f11aeb05e4
6 changed files with 90 additions and 56 deletions

View File

@ -1,13 +1,12 @@
/*
-*- coding: latin-1 -*-
Copyright by Andrea Mistrali <am@am.cx>.
First version: <crdate>
Last modified: <lmdate>
Copyright by @@LONGNAME@@ <@@EMAIL@@>
First version: @@crdate@@
Last modified: @@lmdate@@
Synopsis: <description>
Synopsis: @@DESCR@@
$Id$
*/
@ -15,5 +14,5 @@ $Id$
#include <stdlib.h>
int main(int argc, char *argv[]) {
return 0
return 0
}