Changeset f9c7d27 for doc/theses/aaron_moss_PhD/phd/cfa-macros.tex
- Timestamp:
- Sep 17, 2018, 11:43:41 AM (7 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, no_list, persistent-indexer, pthread-emulation, qualifiedEnum
- Children:
- 91a950c
- Parents:
- 3271166
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/theses/aaron_moss_PhD/phd/cfa-macros.tex
r3271166 rf9c7d27 20 20 \newcommand{\LstCommentStyle}[1]{{\lst@basicstyle{\lst@commentstyle{#1}}}} 21 21 22 \newcommand{\C}[2][ 2in]{\hfill\makebox[#1][l]{\LstCommentStyle{#2}}}22 \newcommand{\C}[2][3.5in]{\hfill\makebox[#1][l]{\LstCommentStyle{#2}}} 23 23 24 24 % CFA programming language, based on ANSI C (with some gcc additions)
Note: See TracChangeset
for help on using the changeset viewer.