Deleted Added
sdiff udiff text old ( 6797:7bf0a839c237 ) new ( 6876:a658c315512c )
full compact
1# -*- mode:python -*-
2
3# Copyright (c) 2009 The Hewlett-Packard Development Company
4# All rights reserved.
5#
6# Redistribution and use in source and binary forms, with or without
7# modification, are permitted provided that the following conditions are
8# met: redistributions of source code must retain the above copyright

--- 58 unchanged lines hidden (view full) ---

67 fout.write(char)
68 else:
69 fout.write(char)
70 fout.write("\\n\"\n");
71 fout.write(";\n");
72 fin.close()
73 fout.close()
74
75#
76# Link includes
77#
78generated_dir = Dir('../protocol')
79
80def MakeIncludeAction(target, source, env):
81 f = file(str(target[0]), 'w')
82 for s in source:

--- 30 unchanged lines hidden ---