# HG changeset patch # User Olaf Wintermann # Date 1429433280 -7200 # Node ID e43dee5892f45aea07c66ca75651178c6fa6a723 # Parent f44a185b678b72f6b3c5a453f2a81c9a156da97b improved code structure and added option for disabling line numbers diff -r f44a185b678b -r e43dee5892f4 LICENSE --- a/LICENSE Thu Jan 23 14:44:20 2014 +0100 +++ b/LICENSE Sun Apr 19 10:48:00 2015 +0200 @@ -1,4 +1,4 @@ -Copyright 2014 Mike Becker. All rights reserved. +Copyright 2015 Mike Becker. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff -r f44a185b678b -r e43dee5892f4 src/c2html.c --- a/src/c2html.c Thu Jan 23 14:44:20 2014 +0100 +++ b/src/c2html.c Sun Apr 19 10:48:00 2015 +0200 @@ -1,7 +1,7 @@ /* * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright 2014 Mike Becker. All rights reserved. + * Copyright 2015 Mike Becker. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -26,8 +26,6 @@ * POSSIBILITY OF SUCH DAMAGE. * */ -#include - #include "c2html.h" inputfile_t *inputfilebuffer(size_t capacity) { @@ -111,6 +109,7 @@ " -H
Prepend header file\n" " -F