Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
luatex
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TeXLive
luatex
Commits
795f857c
Commit
795f857c
authored
10 years ago
by
Luigi Scarso
Browse files
Options
Downloads
Patches
Plain Diff
sync with trunk
parent
d2b7368d
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
source/texk/web2c/luatexdir/font/subfont.w
+2
-2
2 additions, 2 deletions
source/texk/web2c/luatexdir/font/subfont.w
with
2 additions
and
2 deletions
source/texk/web2c/luatexdir/font/subfont.w
+
2
−
2
View file @
795f857c
...
...
@@ -20,7 +20,7 @@
@
@c
static
const
char
_svn_version
[]
=
"
$Id: subfont.w
4442
201
2
-0
5-25 22:40:34Z hhenkel
$
"
"
$Id: subfont.w
5014
201
4
-0
6-05 13:53:58Z luigi
$
"
"
$URL: https://foundry.supelec.fr/svn/luatex/trunk/source/texk/web2c/luatexdir/font/subfont.w $
"
;
#
include
"
ptexlib.h
"
...
...
@@ -40,7 +40,7 @@ static int sfd_curbyte = 0;
#
define
sfd_read_file
()
readbinfile
(
sfd_file
,
&sfd_buffer
,
&sfd_size
)
#
define
sfd_getchar
()
sfd_buffer
[
sfd_curbyte
++
]
#
define
sfd_eof
()
(
sfd_curbyte
>
sfd_size
)
#
define
sfd_eof
()
(
sfd_curbyte
>
=
sfd_size
)
static
FILE
*
sfd_file
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment